diff options
author | Lokesh Vutla | 2013-05-30 02:54:32 +0000 |
---|---|---|
committer | Tom Rini | 2013-06-10 08:43:09 -0400 |
commit | af1d002f896e7f9cda47c384db31349cf923e95c (patch) | |
tree | fa7d7eb043ec1a4ee8cf34850aff89b729c2349f /board/teejet | |
parent | bcdd8f72f34bcf2a6e9730e37dd2d2292548a8a4 (diff) |
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 'board/teejet')
-rw-r--r-- | board/teejet/mt_ventoux/mt_ventoux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/teejet/mt_ventoux/mt_ventoux.c b/board/teejet/mt_ventoux/mt_ventoux.c index 8347cf9ce94..5c730988883 100644 --- a/board/teejet/mt_ventoux/mt_ventoux.c +++ b/board/teejet/mt_ventoux/mt_ventoux.c @@ -31,7 +31,7 @@ #include <asm/omap_gpio.h> #include <asm/arch/mmc_host_def.h> #include <asm/arch/dss.h> -#include <asm/arch/clocks.h> +#include <asm/arch/clock.h> #include <i2c.h> #include <spartan3.h> #include <asm/gpio.h> |