Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Thomas Huth and committed by
Michal Simek
01a9664e badf752b

-3
-3
arch/microblaze/include/uapi/asm/setup.h
··· 14 14 15 15 #define COMMAND_LINE_SIZE 256 16 16 17 - # ifndef __ASSEMBLY__ 18 - 19 - # endif /* __ASSEMBLY__ */ 20 17 #endif /* _UAPI_ASM_MICROBLAZE_SETUP_H */