[PATCH] microblaze: Remove empty #ifndef __ASSEMBLY__ statement

From: Thomas Huth
Date: Thu May 02 2024 - 13:31:44 EST


Likely an unnecessary remainder of the scripted UAPI cleanup that
happened long ago...

Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx>
---
arch/microblaze/include/uapi/asm/setup.h | 3 ---
1 file changed, 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 */
--
2.44.0