projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
badf752
)
microblaze: Remove empty #ifndef __ASSEMBLY__ statement
author
Thomas Huth
<thuth@redhat.com>
Thu, 2 May 2024 17:31:32 +0000
(19:31 +0200)
committer
Michal Simek
<michal.simek@amd.com>
Wed, 23 Oct 2024 06:14:20 +0000
(08:14 +0200)
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>
arch/microblaze/include/uapi/asm/setup.h
patch
|
blob
|
history
diff --git
a/arch/microblaze/include/uapi/asm/setup.h
b/arch/microblaze/include/uapi/asm/setup.h
index
6831794
..
16c5680
100644
(file)
--- 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 */