summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/mach-mx31moboard.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-01 03:01:27 +0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-11-01 03:30:47 +0400
commit9e9074160fe73d3d3f26f6e6f3223ffd180030a0 (patch)
tree564b65f794f2ff615b073631a0ad183879e7f674 /arch/arm/mach-imx/mach-mx31moboard.c
parent9e54d33fbfc6ef120b86ab1e6181763ecc44eb98 (diff)
downloadlinux-9e9074160fe73d3d3f26f6e6f3223ffd180030a0.tar.xz
arm: fix implicit use of moduleparam in mach-mx31*.c
To get the definition of core_param() they need this header. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/arm/mach-imx/mach-mx31moboard.c')
-rw-r--r--arch/arm/mach-imx/mach-mx31moboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mach-mx31moboard.c b/arch/arm/mach-imx/mach-mx31moboard.c
index 1d01ef28f25d..133ddc0ed90c 100644
--- a/arch/arm/mach-imx/mach-mx31moboard.c
+++ b/arch/arm/mach-imx/mach-mx31moboard.c
@@ -18,6 +18,7 @@
#include <linux/gpio.h>
#include <linux/init.h>
#include <linux/interrupt.h>
+#include <linux/moduleparam.h>
#include <linux/leds.h>
#include <linux/memory.h>
#include <linux/mtd/physmap.h>