diff options
author | Paul Walmsley <paul@pwsan.com> | 2012-09-27 10:33:35 -0600 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-18 16:23:30 -0700 |
commit | e10dd62ffcb2953f80a4ea6ac53cb489ebfe0a79 (patch) | |
tree | a9b1451b17036bc8fe093c572862321ae8ba9b5e /arch/arm/mach-omap1/opp_data.c | |
parent | a135eaae524acba1509a3b19c97fae556e4da7cd (diff) |
ARM: OMAP: clock: split plat/clkdev_omap.h into OMAP1/2 files
To facilitate the ARM single image work, split
arch/arm/plat-omap/include/plat/clkdev_omap.h into the
arch/arm/mach-omap1/clock.h and arch/arm/mach-omap2/clock.h files.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/opp_data.c')
-rw-r--r-- | arch/arm/mach-omap1/opp_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/opp_data.c b/arch/arm/mach-omap1/opp_data.c index 9cd4ddb5139..8dcebe6d888 100644 --- a/arch/arm/mach-omap1/opp_data.c +++ b/arch/arm/mach-omap1/opp_data.c @@ -10,7 +10,7 @@ * published by the Free Software Foundation. */ -#include <plat/clkdev_omap.h> +#include "clock.h" #include "opp.h" /*------------------------------------------------------------------------- |