From: Nelson Castillo <[EMAIL PROTECTED]> Included linux/module.h to fix this warning: type defaults to âintâ in declaration of âEXPORT_SYMBOLâ.
Signed-off-by: Nelson Castillo <[EMAIL PROTECTED]> --- 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 0ff3b83..a71350b 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>
