diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-08-13 00:27:31 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-09-16 22:10:24 -0400 |
commit | 0198b3bcaed1374f454e56e46f0e1ca1fc24e0a1 (patch) | |
tree | 883a78de3ff7c1b560ebf18cc6c78e9a7065431f /arch/blackfin/mach-bf561 | |
parent | c4baebf2683d16f24a84a99268ef5f7318905337 (diff) |
Blackfin: drop board resources for dead devices (pbx/ad9960)
These hardware devices are dead and the drivers never cleaned up/merged,
so punt the useless board resource info.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf561')
-rw-r--r-- | arch/blackfin/mach-bf561/boards/cm_bf561.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/blackfin/mach-bf561/boards/cm_bf561.c b/arch/blackfin/mach-bf561/boards/cm_bf561.c index ebb07554fb09..cedcc3c6b235 100644 --- a/arch/blackfin/mach-bf561/boards/cm_bf561.c +++ b/arch/blackfin/mach-bf561/boards/cm_bf561.c | |||
@@ -98,13 +98,6 @@ static struct bfin5xx_spi_chip ad1836_spi_chip_info = { | |||
98 | }; | 98 | }; |
99 | #endif | 99 | #endif |
100 | 100 | ||
101 | #if defined(CONFIG_AD9960) || defined(CONFIG_AD9960_MODULE) | ||
102 | static struct bfin5xx_spi_chip ad9960_spi_chip_info = { | ||
103 | .enable_dma = 0, | ||
104 | .bits_per_word = 16, | ||
105 | }; | ||
106 | #endif | ||
107 | |||
108 | #if defined(CONFIG_MMC_SPI) || defined(CONFIG_MMC_SPI_MODULE) | 101 | #if defined(CONFIG_MMC_SPI) || defined(CONFIG_MMC_SPI_MODULE) |
109 | static struct bfin5xx_spi_chip mmc_spi_chip_info = { | 102 | static struct bfin5xx_spi_chip mmc_spi_chip_info = { |
110 | .enable_dma = 0, | 103 | .enable_dma = 0, |
@@ -146,15 +139,6 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = { | |||
146 | .controller_data = &ad1836_spi_chip_info, | 139 | .controller_data = &ad1836_spi_chip_info, |
147 | }, | 140 | }, |
148 | #endif | 141 | #endif |
149 | #if defined(CONFIG_AD9960) || defined(CONFIG_AD9960_MODULE) | ||
150 | { | ||
151 | .modalias = "ad9960-spi", | ||
152 | .max_speed_hz = 10000000, /* max spi clock (SCK) speed in HZ */ | ||
153 | .bus_num = 0, | ||
154 | .chip_select = 1, | ||
155 | .controller_data = &ad9960_spi_chip_info, | ||
156 | }, | ||
157 | #endif | ||
158 | #if defined(CONFIG_MMC_SPI) || defined(CONFIG_MMC_SPI_MODULE) | 142 | #if defined(CONFIG_MMC_SPI) || defined(CONFIG_MMC_SPI_MODULE) |
159 | { | 143 | { |
160 | .modalias = "mmc_spi", | 144 | .modalias = "mmc_spi", |