From: Dirk Behme Date: Tue, 6 Mar 2007 10:42:53 +0000 (-0800) Subject: ARM: OMAP: Remove double omap_uwire entry in X-Git-Tag: v2.6.21-omap1~102 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=5bd75a2c2a124bb683f91c92cb87979d10f2131b;p=linux-2.6-omap-h63xx.git ARM: OMAP: Remove double omap_uwire entry in drivers/spi/Makefile. Signed-off-by: Dirk Behme Signed-off-by: Tony Lindgren --- diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile index b0cc0593453..6d84bacc989 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile @@ -16,7 +16,6 @@ obj-$(CONFIG_SPI_ATMEL) += atmel_spi.o obj-$(CONFIG_SPI_BUTTERFLY) += spi_butterfly.o obj-$(CONFIG_SPI_IMX) += spi_imx.o obj-$(CONFIG_SPI_PXA2XX) += pxa2xx_spi.o -obj-$(CONFIG_SPI_OMAP_UWIRE) += omap_uwire.o obj-$(CONFIG_SPI_MPC83xx) += spi_mpc83xx.o obj-$(CONFIG_SPI_S3C24XX_GPIO) += spi_s3c24xx_gpio.o obj-$(CONFIG_SPI_S3C24XX) += spi_s3c24xx.o