diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-31 22:14:14 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:30:50 +0100 |
commit | 73017a542fd2e92a02464eb8b727c200c97e6c0c (patch) | |
tree | 39063d55b4110c321433678169078ea86b81781f /arch/arm/mach-davinci | |
parent | arm: Add export.h to ARM specific files as required. (diff) | |
download | linux-73017a542fd2e92a02464eb8b727c200c97e6c0c.tar.xz linux-73017a542fd2e92a02464eb8b727c200c97e6c0c.zip |
arm: fix implicit module.h users by adding it to arch/arm as required.
These files will fail to compile if we dont clean them up in advance
and have them include the appropriate headers they need.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/arm/mach-davinci')
-rw-r--r-- | arch/arm/mach-davinci/cdce949.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/cdce949.c b/arch/arm/mach-davinci/cdce949.c index ba8b12b2913b..f2232ca6d070 100644 --- a/arch/arm/mach-davinci/cdce949.c +++ b/arch/arm/mach-davinci/cdce949.c @@ -17,6 +17,7 @@ #include <linux/clk.h> #include <linux/platform_device.h> #include <linux/i2c.h> +#include <linux/module.h> #include <mach/clock.h> #include <mach/cdce949.h> |