diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2013-04-09 08:58:22 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-09 21:07:20 +0800 |
commit | e27da53bae60247d87c29cf744fb92afce673d6a (patch) | |
tree | 05e47fd4713c836c6bcde71ea7028ea370baa3bf /arch/arm/mach-imx/devices/Makefile | |
parent | 50dc3ef5365a8109a27084e62f2a17af02a06596 (diff) | |
download | blackbird-op-linux-e27da53bae60247d87c29cf744fb92afce673d6a.tar.gz blackbird-op-linux-e27da53bae60247d87c29cf744fb92afce673d6a.zip |
ARM i.MX53: remove platform ahci support
The i.MX53 ahci platform support is unused in mainline. To demotivate
people using it just remove it from the tree.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/devices/Makefile')
-rw-r--r-- | arch/arm/mach-imx/devices/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/devices/Makefile b/arch/arm/mach-imx/devices/Makefile index 6acf37e0c119..67416fb1dc69 100644 --- a/arch/arm/mach-imx/devices/Makefile +++ b/arch/arm/mach-imx/devices/Makefile @@ -29,5 +29,4 @@ obj-$(CONFIG_IMX_HAVE_PLATFORM_MXC_RTC) += platform-mxc_rtc.o obj-$(CONFIG_IMX_HAVE_PLATFORM_MXC_W1) += platform-mxc_w1.o obj-$(CONFIG_IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX) += platform-sdhci-esdhc-imx.o obj-$(CONFIG_IMX_HAVE_PLATFORM_SPI_IMX) += platform-spi_imx.o -obj-$(CONFIG_IMX_HAVE_PLATFORM_AHCI) += platform-ahci-imx.o obj-$(CONFIG_IMX_HAVE_PLATFORM_MX2_EMMA) += platform-mx2-emma.o |