diff options
author | Tero Kristo <t-kristo@ti.com> | 2015-03-02 16:10:39 +0100 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-06-02 11:30:59 +0200 |
commit | 5100349b95bf238c6c83cb702a64a56a6ee58fc9 (patch) | |
tree | 927a1de6d8357f7a98a00546cb5e13bfe79a45d0 /arch/arm/mach-omap2/clock36xx.h | |
parent | ARM: OMAP2+: clock: remove clock_common_data.c file (diff) | |
download | linux-5100349b95bf238c6c83cb702a64a56a6ee58fc9.tar.xz linux-5100349b95bf238c6c83cb702a64a56a6ee58fc9.zip |
ARM: OMAP36xx: remove clock36xx.c/.h files
These files contain legacy clock implementations which are no longer used
for anything, thus remove them completely.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock36xx.h')
-rw-r--r-- | arch/arm/mach-omap2/clock36xx.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-omap2/clock36xx.h b/arch/arm/mach-omap2/clock36xx.h deleted file mode 100644 index 945bb7f083e9..000000000000 --- a/arch/arm/mach-omap2/clock36xx.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * OMAP36xx clock function prototypes and macros - * - * Copyright (C) 2010 Texas Instruments, Inc. - * Copyright (C) 2010 Nokia Corporation - */ - -#ifndef __ARCH_ARM_MACH_OMAP2_CLOCK36XX_H -#define __ARCH_ARM_MACH_OMAP2_CLOCK36XX_H - -extern int omap36xx_pwrdn_clk_enable_with_hsdiv_restore(struct clk_hw *hw); - -#endif |