diff options
author | Tero Kristo <t-kristo@ti.com> | 2015-03-04 13:50:27 +0100 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-06-02 11:31:45 +0200 |
commit | 9e11814ab8f08a0932c583b9e1504acac52ec7b3 (patch) | |
tree | b19a92564d080fff7009f763bd013351e62a2960 /arch/arm/mach-omap2/clkt34xx_dpll3m2.c | |
parent | clk: ti: move some public definitions to private header (diff) | |
download | linux-9e11814ab8f08a0932c583b9e1504acac52ec7b3.tar.xz linux-9e11814ab8f08a0932c583b9e1504acac52ec7b3.zip |
ARM: OMAP2+: clock: remove dead definitions from the clock header file
Cleanup the mess in clock.h by removing all definitions that are no longer
used for anything.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/clkt34xx_dpll3m2.c')
-rw-r--r-- | arch/arm/mach-omap2/clkt34xx_dpll3m2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clkt34xx_dpll3m2.c b/arch/arm/mach-omap2/clkt34xx_dpll3m2.c index 6cd2961069e9..07e1956a26ce 100644 --- a/arch/arm/mach-omap2/clkt34xx_dpll3m2.c +++ b/arch/arm/mach-omap2/clkt34xx_dpll3m2.c @@ -23,7 +23,6 @@ #include "clock.h" #include "clock3xxx.h" -#include "clock34xx.h" #include "sdrc.h" #include "sram.h" |