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>
This commit is contained in:
Lokesh Vutla
2013-05-30 02:54:32 +00:00
committed by Tom Rini
parent bcdd8f72f3
commit af1d002f89
17 changed files with 14 additions and 14 deletions

View File

@@ -22,7 +22,7 @@
#define _SYS_PROTO_H_
#include <asm/arch/omap.h>
#include <asm/arch/clocks.h>
#include <asm/arch/clock.h>
#include <asm/io.h>
#include <asm/omap_common.h>
#include <asm/arch/mux_omap4.h>

View File

@@ -23,9 +23,9 @@
#include <asm/arch/omap.h>
#include <asm/io.h>
#include <asm/arch/clocks.h>
#include <asm/arch/clock.h>
#include <asm/omap_common.h>
#include <asm/arch/clocks.h>
#include <asm/arch/clock.h>
DECLARE_GLOBAL_DATA_PTR;