summaryrefslogtreecommitdiffstats
path: root/include/command.h
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2016-11-07 12:04:25 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2016-11-08 08:54:52 +0100
commite6876cde693ebffd87ae270197e7bf60a94edcaa (patch)
tree270827d5decb1d472415ca118b2a0130f0ea01b9 /include/command.h
parenta3390e16ed1cc99cf076cca722bf638f72486752 (diff)
downloadbarebox-e6876cde693ebffd87ae270197e7bf60a94edcaa.tar.gz
barebox-e6876cde693ebffd87ae270197e7bf60a94edcaa.tar.xz
command.h: drop unused Struct_Section attribute
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/command.h')
-rw-r--r--include/command.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/command.h b/include/command.h
index 2e7278099b..43ee454f22 100644
--- a/include/command.h
+++ b/include/command.h
@@ -89,8 +89,6 @@ int run_command(const char *cmd);
#endif /* __ASSEMBLY__ */
-#define Struct_Section __attribute__ ((unused,section (".barebox_cmd")))
-
#define BAREBOX_CMD_START(_name) \
extern const struct command __barebox_cmd_##_name; \
const struct command __barebox_cmd_##_name \