diff options
author | Barry Song <barry.song@analog.com> | 2009-07-23 00:20:48 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-09-16 21:31:58 -0400 |
commit | 2fff7f8800e3567adf74e29b91ad192761d8fb3c (patch) | |
tree | 88e418fdca0db74bebfab6e452e539e0eadb9ffc | |
parent | 01b9f4b0ed3b1111b2080a3c9bcb66df1fdf48b7 (diff) |
Blackfin: bf537-stamp: drop ATA interrupt probe workaround
The interrupt probe workaround doesn't work without hacks to common code,
and the add-on card only needs a simple resistor to fix the problem, so
drop the board-specific hack.
Signed-off-by: Barry Song <barry.song@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | arch/blackfin/mach-bf537/boards/stamp.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index e5fffe7e84cd..192e34ea3f2f 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c | |||
@@ -1728,11 +1728,6 @@ static int __init stamp_init(void) | |||
1728 | platform_add_devices(stamp_devices, ARRAY_SIZE(stamp_devices)); | 1728 | platform_add_devices(stamp_devices, ARRAY_SIZE(stamp_devices)); |
1729 | spi_register_board_info(bfin_spi_board_info, ARRAY_SIZE(bfin_spi_board_info)); | 1729 | spi_register_board_info(bfin_spi_board_info, ARRAY_SIZE(bfin_spi_board_info)); |
1730 | 1730 | ||
1731 | #if (defined(CONFIG_PATA_PLATFORM) || defined(CONFIG_PATA_PLATFORM_MODULE)) \ | ||
1732 | && defined(PATA_INT) | ||
1733 | irq_desc[PATA_INT].status |= IRQ_NOAUTOEN; | ||
1734 | #endif | ||
1735 | |||
1736 | return 0; | 1731 | return 0; |
1737 | } | 1732 | } |
1738 | 1733 | ||