diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2013-05-30 02:54:32 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-06-10 08:43:09 -0400 |
commit | af1d002f896e7f9cda47c384db31349cf923e95c (patch) | |
tree | fa7d7eb043ec1a4ee8cf34850aff89b729c2349f /arch/arm/cpu/armv7/omap-common | |
parent | bcdd8f72f34bcf2a6e9730e37dd2d2292548a8a4 (diff) | |
download | u-boot-imx-af1d002f896e7f9cda47c384db31349cf923e95c.zip u-boot-imx-af1d002f896e7f9cda47c384db31349cf923e95c.tar.gz u-boot-imx-af1d002f896e7f9cda47c384db31349cf923e95c.tar.bz2 |
ARM: OMAP2+: Rename asm/arch/clocks.h asm/arch/clock.h
To be consistent with other ARM platforms,
renaming asm/arch-omap*/clocks.h to asm/arch-omap*/clock.h
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/omap-common')
-rw-r--r-- | arch/arm/cpu/armv7/omap-common/clocks-common.c | 2 | ||||
-rw-r--r-- | arch/arm/cpu/armv7/omap-common/emif-common.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/cpu/armv7/omap-common/clocks-common.c b/arch/arm/cpu/armv7/omap-common/clocks-common.c index f86f79b..403b672 100644 --- a/arch/arm/cpu/armv7/omap-common/clocks-common.c +++ b/arch/arm/cpu/armv7/omap-common/clocks-common.c @@ -32,7 +32,7 @@ #include <common.h> #include <asm/omap_common.h> #include <asm/gpio.h> -#include <asm/arch/clocks.h> +#include <asm/arch/clock.h> #include <asm/arch/sys_proto.h> #include <asm/utils.h> #include <asm/omap_gpio.h> diff --git a/arch/arm/cpu/armv7/omap-common/emif-common.c b/arch/arm/cpu/armv7/omap-common/emif-common.c index 11e830a..8823967 100644 --- a/arch/arm/cpu/armv7/omap-common/emif-common.c +++ b/arch/arm/cpu/armv7/omap-common/emif-common.c @@ -27,7 +27,7 @@ #include <common.h> #include <asm/emif.h> -#include <asm/arch/clocks.h> +#include <asm/arch/clock.h> #include <asm/arch/sys_proto.h> #include <asm/omap_common.h> #include <asm/utils.h> |