aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/clock_data.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-10-02 17:19:52 -0400
committerTony Lindgren <tony@atomide.com>2012-10-17 15:04:34 -0400
commit622297fdec22310d57cc3222a8fc337993c7cd23 (patch)
treec821d66d6e083f8f0c7eab2c54c89059585021ea /arch/arm/mach-omap1/clock_data.c
parenta8f7445c7b0d2b7a523e521e2d14974804910ad0 (diff)
ARM: OMAP: Make plat/sram.h local to plat-omap
We can move this from plat to be local to plat-omap for common ARM zImage support. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/clock_data.c')
-rw-r--r--arch/arm/mach-omap1/clock_data.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/clock_data.c b/arch/arm/mach-omap1/clock_data.c
index 9b45f4b0ee22..4337586195af 100644
--- a/arch/arm/mach-omap1/clock_data.c
+++ b/arch/arm/mach-omap1/clock_data.c
@@ -25,11 +25,12 @@
25#include <plat/clock.h> 25#include <plat/clock.h>
26#include <plat/cpu.h> 26#include <plat/cpu.h>
27#include <plat/clkdev_omap.h> 27#include <plat/clkdev_omap.h>
28#include <plat/sram.h> /* for omap_sram_reprogram_clock() */
29 28
30#include <mach/hardware.h> 29#include <mach/hardware.h>
31#include <mach/usb.h> /* for OTG_BASE */ 30#include <mach/usb.h> /* for OTG_BASE */
32 31
32#include "../plat-omap/sram.h"
33
33#include "iomap.h" 34#include "iomap.h"
34#include "clock.h" 35#include "clock.h"
35 36