From: Tero Kristo Date: Wed, 2 Jul 2014 08:47:47 +0000 (+0300) Subject: ARM: OMAP2+: clock/interface: remove some headers from clkt_iclk.c file X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=acd052bb8119dd9117e0af48ff0ac6e56e61b6b4;p=deliverable%2Flinux.git ARM: OMAP2+: clock/interface: remove some headers from clkt_iclk.c file Instead, copy the used constants from the header file to the source file. This allows the code to be migrated under drivers folder where we don't have access to the OMAP specific header files. Signed-off-by: Tero Kristo Reviewed-by: Mike Turquette Signed-off-by: Paul Walmsley --- diff --git a/arch/arm/mach-omap2/clkt_iclk.c b/arch/arm/mach-omap2/clkt_iclk.c index 333f0a666171..55eb579aeae1 100644 --- a/arch/arm/mach-omap2/clkt_iclk.c +++ b/arch/arm/mach-omap2/clkt_iclk.c @@ -14,11 +14,11 @@ #include #include - #include "clock.h" -#include "clock2xxx.h" -#include "cm2xxx_3xxx.h" -#include "cm-regbits-24xx.h" + +/* Register offsets */ +#define CM_AUTOIDLE 0x30 +#define CM_ICLKEN 0x10 /* Private functions */