diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-31 19:01:27 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:30:47 -0400 |
commit | 9e9074160fe73d3d3f26f6e6f3223ffd180030a0 (patch) | |
tree | 564b65f794f2ff615b073631a0ad183879e7f674 | |
parent | 9e54d33fbfc6ef120b86ab1e6181763ecc44eb98 (diff) |
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>
-rw-r--r-- | arch/arm/mach-imx/mach-mx31lilly.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-imx/mach-mx31lite.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-imx/mach-mx31moboard.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mach-mx31lilly.c b/arch/arm/mach-imx/mach-mx31lilly.c index e92eaf91a7be..dbb6996c0cef 100644 --- a/arch/arm/mach-imx/mach-mx31lilly.c +++ b/arch/arm/mach-imx/mach-mx31lilly.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/delay.h> | 27 | #include <linux/delay.h> |
28 | #include <linux/platform_device.h> | 28 | #include <linux/platform_device.h> |
29 | #include <linux/interrupt.h> | 29 | #include <linux/interrupt.h> |
30 | #include <linux/moduleparam.h> | ||
30 | #include <linux/smsc911x.h> | 31 | #include <linux/smsc911x.h> |
31 | #include <linux/mtd/physmap.h> | 32 | #include <linux/mtd/physmap.h> |
32 | #include <linux/spi/spi.h> | 33 | #include <linux/spi/spi.h> |
diff --git a/arch/arm/mach-imx/mach-mx31lite.c b/arch/arm/mach-imx/mach-mx31lite.c index 5242cb78b563..ccc3dba46e11 100644 --- a/arch/arm/mach-imx/mach-mx31lite.c +++ b/arch/arm/mach-imx/mach-mx31lite.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <linux/memory.h> | 21 | #include <linux/memory.h> |
22 | #include <linux/platform_device.h> | 22 | #include <linux/platform_device.h> |
23 | #include <linux/gpio.h> | 23 | #include <linux/gpio.h> |
24 | #include <linux/moduleparam.h> | ||
24 | #include <linux/smsc911x.h> | 25 | #include <linux/smsc911x.h> |
25 | #include <linux/mfd/mc13783.h> | 26 | #include <linux/mfd/mc13783.h> |
26 | #include <linux/spi/spi.h> | 27 | #include <linux/spi/spi.h> |
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 @@ | |||
18 | #include <linux/gpio.h> | 18 | #include <linux/gpio.h> |
19 | #include <linux/init.h> | 19 | #include <linux/init.h> |
20 | #include <linux/interrupt.h> | 20 | #include <linux/interrupt.h> |
21 | #include <linux/moduleparam.h> | ||
21 | #include <linux/leds.h> | 22 | #include <linux/leds.h> |
22 | #include <linux/memory.h> | 23 | #include <linux/memory.h> |
23 | #include <linux/mtd/physmap.h> | 24 | #include <linux/mtd/physmap.h> |