aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/mach-mx31moboard.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-31 19:01:27 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:30:47 -0400
commit9e9074160fe73d3d3f26f6e6f3223ffd180030a0 (patch)
tree564b65f794f2ff615b073631a0ad183879e7f674 /arch/arm/mach-imx/mach-mx31moboard.c
parentarm: fix implicit use of page.h in several arch/arm files (diff)
downloadlinux-dev-9e9074160fe73d3d3f26f6e6f3223ffd180030a0.tar.xz
linux-dev-9e9074160fe73d3d3f26f6e6f3223ffd180030a0.zip
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>