diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-01 01:01:27 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:30:47 +0100 |
commit | 9e9074160fe73d3d3f26f6e6f3223ffd180030a0 (patch) | |
tree | 564b65f794f2ff615b073631a0ad183879e7f674 /arch/arm/mach-imx/mach-mx31moboard.c | |
parent | arm: fix implicit use of page.h in several arch/arm files (diff) | |
download | linux-9e9074160fe73d3d3f26f6e6f3223ffd180030a0.tar.xz linux-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.c | 1 |
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> |