aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/cm44xx.c
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2014-05-11 21:41:50 -0400
committerPaul Walmsley <paul@pwsan.com>2014-05-16 00:34:48 -0400
commit4794208c5b0122e51e3e13830bb707466b638c4c (patch)
tree410084f6c0a2640d7d31a890a2d3aa084c66f248 /arch/arm/mach-omap2/cm44xx.c
parentcdb445147a4e45f716c078f78277ea6524b76dd0 (diff)
ARM: OMAP2+: PRCM: cleanup some header includes
Some of the includes are totally unnecessary, remove some others in preparation to make the PRCM its own driver. Signed-off-by: Tero Kristo <t-kristo@ti.com> [paul@pwsan.com: updated to apply; fixed build error on OMAP2xxx-only configs] Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/cm44xx.c')
-rw-r--r--arch/arm/mach-omap2/cm44xx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/cm44xx.c b/arch/arm/mach-omap2/cm44xx.c
index 5627072d4d86..37ba6e8f9505 100644
--- a/arch/arm/mach-omap2/cm44xx.c
+++ b/arch/arm/mach-omap2/cm44xx.c
@@ -18,8 +18,6 @@
18#include <linux/err.h> 18#include <linux/err.h>
19#include <linux/io.h> 19#include <linux/io.h>
20 20
21#include "iomap.h"
22#include "common.h"
23#include "cm.h" 21#include "cm.h"
24#include "cm1_44xx.h" 22#include "cm1_44xx.h"
25#include "cm2_44xx.h" 23#include "cm2_44xx.h"