summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-08-11 09:46:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-08-13 16:41:17 +0200
commit2db67353f3de3edffd44cd0a45097137ab63376b (patch)
tree9e472cf3d18768ddf57719bd5feba2dc6cb9da3a /scripts
parent7b8baf63993c5be91980442fce10290b6226df3c (diff)
downloadbarebox-2db67353f3de3edffd44cd0a45097137ab63376b.tar.gz
barebox-2db67353f3de3edffd44cd0a45097137ab63376b.tar.xz
add compiler header files from kernel
Add include/linux/compiler*.h from Linux Kernel and remove old include/compiler.h Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mod/modpost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index dad6a96ab5..76e61042e3 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -1391,7 +1391,7 @@ static void add_header(struct buffer *b, struct module *mod)
{
buf_printf(b, "#include <module.h>\n");
// buf_printf(b, "#include <linux/vermagic.h>\n");
- buf_printf(b, "#include <compiler.h>\n");
+ buf_printf(b, "#include <linux/compiler.h>\n");
buf_printf(b, "\n");
// buf_printf(b, "MODULE_INFO(vermagic, VERMAGIC_STRING);\n");
buf_printf(b, "\n");