diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-31 16:17:29 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:30:50 -0400 |
commit | dc28094b905a872f8884f1f1c48ca86b3b78583a (patch) | |
tree | 7d598103fed9dd3e12c4526647eebe678c35ff34 /arch/arm/plat-omap/clock.c | |
parent | ecea4ab6d3d8bb4122522398200f1cd2a06af6d5 (diff) |
arm: Add export.h to ARM specific files as required.
These files all make use of one of the EXPORT_SYMBOL variants
or the THIS_MODULE macro. So they will need <linux/export.h>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/arm/plat-omap/clock.c')
-rw-r--r-- | arch/arm/plat-omap/clock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/clock.c b/arch/arm/plat-omap/clock.c index 3ba4d11ca73e..567e4b54f245 100644 --- a/arch/arm/plat-omap/clock.c +++ b/arch/arm/plat-omap/clock.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/init.h> | 14 | #include <linux/init.h> |
15 | #include <linux/list.h> | 15 | #include <linux/list.h> |
16 | #include <linux/errno.h> | 16 | #include <linux/errno.h> |
17 | #include <linux/export.h> | ||
17 | #include <linux/err.h> | 18 | #include <linux/err.h> |
18 | #include <linux/string.h> | 19 | #include <linux/string.h> |
19 | #include <linux/clk.h> | 20 | #include <linux/clk.h> |