diff options
author | Nelson Castillo <nelsoneci@gmail.com> | 2008-11-19 17:11:05 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-19 17:11:05 +0000 |
commit | 04d384818dd7cd924b201b807f3e6040aa564e75 (patch) | |
tree | 74900cabc7ed712a21413011c2e1dea023cd3add /arch/arm/plat-s3c24xx | |
parent | 53baadbc52e90711c34280a999ca23894f9122f2 (diff) |
[Resend] Fix trivial warning
By adding missing #include <linux/module.h> we fix 6 warnings that we
care about (in our patchset).
Signed-off-by: Nelson Castillo <nelsoneci@gmail.com>
Diffstat (limited to 'arch/arm/plat-s3c24xx')
-rw-r--r-- | arch/arm/plat-s3c24xx/neo1973_shadow.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/neo1973_shadow.c b/arch/arm/plat-s3c24xx/neo1973_shadow.c index 0ff3b831e71..a71350bd5ef 100644 --- a/arch/arm/plat-s3c24xx/neo1973_shadow.c +++ b/arch/arm/plat-s3c24xx/neo1973_shadow.c @@ -24,6 +24,7 @@ * */ +#include <linux/module.h> #include <linux/io.h> #include <linux/irq.h> |