aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-09-18 14:50:33 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:30:51 -0400
commit6a7a5dca0ba4f3a79089ddf5eb7d1abb74a41694 (patch)
treed2c124e15cf0d505f23c5872c2a08f7dcb9dde15 /arch
parentarm: fix implicit module.h users by adding it to arch/arm as required. (diff)
downloadlinux-dev-6a7a5dca0ba4f3a79089ddf5eb7d1abb74a41694.tar.xz
linux-dev-6a7a5dca0ba4f3a79089ddf5eb7d1abb74a41694.zip
arm: Add moduleparam.h to arch/arm files as required
Things like module_param and core_param come from the header moduleparam.h -- these files were relying on the fact that module.h is implicitly present everywhere and it in turn includes the moduleparam header. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-pxa/colibri-pxa270.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/colibri-pxa270.c b/arch/arm/mach-pxa/colibri-pxa270.c
index 7db66465716f..05bfa1b1c001 100644
--- a/arch/arm/mach-pxa/colibri-pxa270.c
+++ b/arch/arm/mach-pxa/colibri-pxa270.c
@@ -12,6 +12,7 @@
#include <linux/init.h>
#include <linux/interrupt.h>
+#include <linux/moduleparam.h>
#include <linux/kernel.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>