summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2024-05-02 19:31:32 +0200
committerMichal Simek <michal.simek@amd.com>2024-10-23 08:14:20 +0200
commit01a9664e0d9f8f8d5c0c7c33be2aae1284c2fc05 (patch)
treefe1e5dd7adc55e299f429e2e3c7538c1e935b36c /arch
parentbadf752b5e4b17d281f93f409d4718388ff912e6 (diff)
microblaze: Remove empty #ifndef __ASSEMBLY__ statement
Likely an unnecessary remainder of the scripted UAPI cleanup that happened long ago... Signed-off-by: Thomas Huth <thuth@redhat.com> Link: https://lore.kernel.org/r/20240502173132.57098-1-thuth@redhat.com Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/microblaze/include/uapi/asm/setup.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/microblaze/include/uapi/asm/setup.h b/arch/microblaze/include/uapi/asm/setup.h
index 6831794e6f2c..16c56807f86a 100644
--- a/arch/microblaze/include/uapi/asm/setup.h
+++ b/arch/microblaze/include/uapi/asm/setup.h
@@ -14,7 +14,4 @@
#define COMMAND_LINE_SIZE 256
-# ifndef __ASSEMBLY__
-
-# endif /* __ASSEMBLY__ */
#endif /* _UAPI_ASM_MICROBLAZE_SETUP_H */