diff options
author | Marek Vasut <marex@denx.de> | 2012-08-03 19:26:10 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-08-18 01:53:00 +0400 |
commit | 1308239858c33feeeb67003d08c754ee181f33cf (patch) | |
tree | bc74532d1085d85776c2dde1183996f5baeddcf9 /drivers/clk/mxs/Makefile | |
parent | 829c1bf40b926a86e545733f6252262add3abe39 (diff) | |
download | linux-1308239858c33feeeb67003d08c754ee181f33cf.tar.xz |
mmc: spi: Pull out the SSP clock configuration function
Pull out the MMC clock configuration function and make it
into SSP clock configuration function, so it can be used by
the SPI driver too.
Signed-off-by: Marek Vasut <marex@denx.de>
Acked-by: Chris Ball <cjb@laptop.org>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/clk/mxs/Makefile')
-rw-r--r-- | drivers/clk/mxs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/mxs/Makefile b/drivers/clk/mxs/Makefile index 7bedeec08524..a6a22237e860 100644 --- a/drivers/clk/mxs/Makefile +++ b/drivers/clk/mxs/Makefile @@ -2,7 +2,7 @@ # Makefile for mxs specific clk # -obj-y += clk.o clk-pll.o clk-ref.o clk-div.o clk-frac.o +obj-y += clk.o clk-pll.o clk-ref.o clk-div.o clk-frac.o clk-ssp.o obj-$(CONFIG_SOC_IMX23) += clk-imx23.o obj-$(CONFIG_SOC_IMX28) += clk-imx28.o |