diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-29 19:45:47 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-31 18:37:13 -0400 |
commit | 5c2e88525b5f1cdc72c9eefba72dae13be7e5d20 (patch) | |
tree | 09d5b531c59b9039e23d933b9b266f0e10d73910 /arch/arm/mach-omap2/cm33xx.c | |
parent | 6e740f9a85339c295af8deb5376511fcb2a268ad (diff) |
ARM: OMAP: Remove plat-omap/common.h
Most of the prototypes in plat-omap/common.h are not
common to omap1 and omap2+, they are local to omap2+
and should not be in plat-omap/common.h.
The only shared function prototype in this file is
omap_init_clocksource_32k(), let's put that into
counter-32k.h.
Note that the new plat/counter-32k.h must not be
included from drivers, that will break omap2+ build
for CONFIG_MULTIPLATFORM.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/cm33xx.c')
-rw-r--r-- | arch/arm/mach-omap2/cm33xx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/cm33xx.c b/arch/arm/mach-omap2/cm33xx.c index b4938abf28cc..ed8dcaf4c849 100644 --- a/arch/arm/mach-omap2/cm33xx.c +++ b/arch/arm/mach-omap2/cm33xx.c | |||
@@ -22,8 +22,6 @@ | |||
22 | #include <linux/err.h> | 22 | #include <linux/err.h> |
23 | #include <linux/io.h> | 23 | #include <linux/io.h> |
24 | 24 | ||
25 | #include "../plat-omap/common.h" | ||
26 | |||
27 | #include "cm.h" | 25 | #include "cm.h" |
28 | #include "cm33xx.h" | 26 | #include "cm33xx.h" |
29 | #include "cm-regbits-34xx.h" | 27 | #include "cm-regbits-34xx.h" |