diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-07-01 17:01:49 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-07-10 09:35:53 +0200 |
commit | 2d59acc70f76e6d52cc9a226c55539c9353a23cb (patch) | |
tree | a72a267731d7e73b9644a602190aeb871e5504a4 /arch/arm/include/asm | |
parent | 3c73b0a49a5c974bb313f8087dd0cfc54ea90ad2 (diff) |
imx: mx6 remove duplicated enable_cspi_clock
enable_spi_clock does the same thing with enable_cspi_clock, so
remove enable_cspi_clock.
Remove enable_cspi_clock prototype in header file
convert cm_fx6/spl.c to use enable_spi_clk
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/arch-mx6/clock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-mx6/clock.h b/arch/arm/include/asm/arch-mx6/clock.h index a6de5ee4bc..7b3bbb8185 100644 --- a/arch/arm/include/asm/arch-mx6/clock.h +++ b/arch/arm/include/asm/arch-mx6/clock.h @@ -57,7 +57,6 @@ void hab_caam_clock_enable(unsigned char enable); void enable_ocotp_clk(unsigned char enable); void enable_usboh3_clk(unsigned char enable); void enable_uart_clk(unsigned char enable); -int enable_cspi_clock(unsigned char enable, unsigned spi_num); int enable_usdhc_clk(unsigned char enable, unsigned bus_num); int enable_sata_clock(void); void disable_sata_clock(void); |