diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2016-04-18 04:05:25 +0300 |
---|---|---|
committer | Vladimir Zapolskiy <vz@mleia.com> | 2016-04-28 00:45:01 +0300 |
commit | d82b4b0a5ebeb55c3b88e49b38135a847736e6b5 (patch) | |
tree | 37d78539fb3eee32135b7943d3b17dcfc742ef44 /arch/arm/mach-lpc32xx/common.h | |
parent | 715552aa30ffe3bd776bb7635056f6622a29133d (diff) | |
download | linux-d82b4b0a5ebeb55c3b88e49b38135a847736e6b5.tar.gz linux-d82b4b0a5ebeb55c3b88e49b38135a847736e6b5.tar.bz2 linux-d82b4b0a5ebeb55c3b88e49b38135a847736e6b5.zip |
ARM: lpc32xx: remove leftovers of legacy clock source and provider drivers
After switching the platform to common clock framework there is no
more need to keep dead code in arch/arm/mach-lpc32xx, which glued
legacy clock source and clock provider drivers, remove the leftovers.
Acked-by: Sylvain Lemieux <slemieux.tyco@gmail.com>
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'arch/arm/mach-lpc32xx/common.h')
-rw-r--r-- | arch/arm/mach-lpc32xx/common.h | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/arch/arm/mach-lpc32xx/common.h b/arch/arm/mach-lpc32xx/common.h index 9b5ae42d3a6f..30c9e64fc65b 100644 --- a/arch/arm/mach-lpc32xx/common.h +++ b/arch/arm/mach-lpc32xx/common.h @@ -19,36 +19,15 @@ #ifndef __LPC32XX_COMMON_H #define __LPC32XX_COMMON_H -#include <mach/board.h> -#include <linux/platform_device.h> +#include <linux/init.h> /* * Other arch specific structures and functions */ -extern void lpc32xx_timer_init(void); extern void __init lpc32xx_init_irq(void); extern void __init lpc32xx_map_io(void); extern void __init lpc32xx_serial_init(void); - -/* - * Structure used for setting up and querying the PLLS - */ -struct clk_pll_setup { - int analog_on; - int cco_bypass_b15; - int direct_output_b14; - int fdbk_div_ctrl_b13; - int pll_p; - int pll_n; - u32 pll_m; -}; - -extern int clk_is_sysclk_mainosc(void); -extern u32 clk_check_pll_setup(u32 ifreq, struct clk_pll_setup *pllsetup); -extern u32 clk_get_pllrate_from_reg(u32 inputclk, u32 regval); -extern u32 clk_get_pclk_div(void); - /* * Returns the LPC32xx unique 128-bit chip ID */ |