diff options
author | Tero Kristo <t-kristo@ti.com> | 2015-03-04 14:50:27 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-06-02 12:31:45 +0300 |
commit | 9e11814ab8f08a0932c583b9e1504acac52ec7b3 (patch) | |
tree | b19a92564d080fff7009f763bd013351e62a2960 /arch/arm/mach-omap2/clkt34xx_dpll3m2.c | |
parent | a3314e9cf69c1d4052017e559ea69a042ccd83e2 (diff) | |
download | op-kernel-dev-9e11814ab8f08a0932c583b9e1504acac52ec7b3.zip op-kernel-dev-9e11814ab8f08a0932c583b9e1504acac52ec7b3.tar.gz |
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 6cd2961..07e1956 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" |