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-bf537/boards/pnav10.c | |
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-bf537/boards/pnav10.c')
-rw-r--r-- | arch/blackfin/mach-bf537/boards/pnav10.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/blackfin/mach-bf537/boards/pnav10.c b/arch/blackfin/mach-bf537/boards/pnav10.c index 3bbe10227bfb..0d93bbe6d275 100644 --- a/arch/blackfin/mach-bf537/boards/pnav10.c +++ b/arch/blackfin/mach-bf537/boards/pnav10.c | |||
@@ -293,13 +293,6 @@ static struct bfin5xx_spi_chip ad1836_spi_chip_info = { | |||
293 | }; | 293 | }; |
294 | #endif | 294 | #endif |
295 | 295 | ||
296 | #if defined(CONFIG_AD9960) || defined(CONFIG_AD9960_MODULE) | ||
297 | static struct bfin5xx_spi_chip ad9960_spi_chip_info = { | ||
298 | .enable_dma = 0, | ||
299 | .bits_per_word = 16, | ||
300 | }; | ||
301 | #endif | ||
302 | |||
303 | #if defined(CONFIG_MMC_SPI) || defined(CONFIG_MMC_SPI_MODULE) | 296 | #if defined(CONFIG_MMC_SPI) || defined(CONFIG_MMC_SPI_MODULE) |
304 | static struct bfin5xx_spi_chip mmc_spi_chip_info = { | 297 | static struct bfin5xx_spi_chip mmc_spi_chip_info = { |
305 | .enable_dma = 0, | 298 | .enable_dma = 0, |
@@ -366,15 +359,6 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = { | |||
366 | .controller_data = &ad1836_spi_chip_info, | 359 | .controller_data = &ad1836_spi_chip_info, |
367 | }, | 360 | }, |
368 | #endif | 361 | #endif |
369 | #if defined(CONFIG_AD9960) || defined(CONFIG_AD9960_MODULE) | ||
370 | { | ||
371 | .modalias = "ad9960-spi", | ||
372 | .max_speed_hz = 10000000, /* max spi clock (SCK) speed in HZ */ | ||
373 | .bus_num = 0, | ||
374 | .chip_select = 1, | ||
375 | .controller_data = &ad9960_spi_chip_info, | ||
376 | }, | ||
377 | #endif | ||
378 | #if defined(CONFIG_MMC_SPI) || defined(CONFIG_MMC_SPI_MODULE) | 362 | #if defined(CONFIG_MMC_SPI) || defined(CONFIG_MMC_SPI_MODULE) |
379 | { | 363 | { |
380 | .modalias = "mmc_spi", | 364 | .modalias = "mmc_spi", |