diff options
author | Paul Walmsley <paul@pwsan.com> | 2012-09-27 12:33:34 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-18 19:23:20 -0400 |
commit | a135eaae524acba1509a3b19c97fae556e4da7cd (patch) | |
tree | 275d3c326c45152e7c8fc24d79db5ff3b9f8f338 /arch/arm/mach-omap2/common.c | |
parent | 1fe9be8248ae9a04a09fcec7fed486d31e7f0897 (diff) |
ARM: OMAP: remove plat/clock.h
Remove arch/arm/plat-omap/include/plat/clock.h by merging it into
arch/arm/mach-omap1/clock.h and arch/arm/mach-omap2/clock.h.
The goal here is to facilitate ARM single image kernels by removing
includes via the "plat/" symlink.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
[tony@atomide.com: fixed to remove duplicate clock.h includes]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/common.c')
-rw-r--r-- | arch/arm/mach-omap2/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/common.c b/arch/arm/mach-omap2/common.c index b0f21b7d3760..34fb5b95859b 100644 --- a/arch/arm/mach-omap2/common.c +++ b/arch/arm/mach-omap2/common.c | |||
@@ -18,12 +18,12 @@ | |||
18 | #include <linux/io.h> | 18 | #include <linux/io.h> |
19 | #include <linux/platform_data/dsp-omap.h> | 19 | #include <linux/platform_data/dsp-omap.h> |
20 | 20 | ||
21 | #include <plat/clock.h> | ||
22 | #include <plat/vram.h> | 21 | #include <plat/vram.h> |
23 | 22 | ||
24 | #include "soc.h" | 23 | #include "soc.h" |
25 | #include "iomap.h" | 24 | #include "iomap.h" |
26 | #include "common.h" | 25 | #include "common.h" |
26 | #include "clock.h" | ||
27 | #include "sdrc.h" | 27 | #include "sdrc.h" |
28 | #include "control.h" | 28 | #include "control.h" |
29 | #include "omap-secure.h" | 29 | #include "omap-secure.h" |