Message ID | 1396278994-12624-54-git-send-email-t-kristo@ti.com |
---|---|
State | New |
Headers | show |
diff --git a/arch/arm/mach-omap2/cm44xx.c b/arch/arm/mach-omap2/cm44xx.c index 506974b..14d8256 100644 --- a/arch/arm/mach-omap2/cm44xx.c +++ b/arch/arm/mach-omap2/cm44xx.c @@ -19,8 +19,6 @@ #include <linux/io.h> #include <linux/power/omap/cm.h> -#include "cm1_44xx.h" -#include "cm2_44xx.h" /* CM1 hardware module low-level functions */ diff --git a/arch/arm/mach-omap2/cminst44xx.c b/arch/arm/mach-omap2/cminst44xx.c index 13c4e0b..3d0b8ae 100644 --- a/arch/arm/mach-omap2/cminst44xx.c +++ b/arch/arm/mach-omap2/cminst44xx.c @@ -24,8 +24,6 @@ #include <linux/power/omap/prm.h> #include <linux/power/omap/clockdomain.h> #include <linux/power/omap/cm.h> -#include "cm1_44xx.h" -#include "cm2_44xx.h" #include <linux/power/omap/cm44xx.h> #include <linux/power/omap/prcm44xx.h> #include <linux/power/omap/prm44xx.h>
These are not needed for anything. Signed-off-by: Tero Kristo <t-kristo@ti.com> --- arch/arm/mach-omap2/cm44xx.c | 2 -- arch/arm/mach-omap2/cminst44xx.c | 2 -- 2 files changed, 4 deletions(-)