]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/blackfin/mach-bf537/boards/stamp.c
Blackfin: bf537-stamp: drop ATA interrupt probe workaround
[net-next-2.6.git] / arch / blackfin / mach-bf537 / boards / stamp.c
index e5fffe7e84cd047a890875dc828cff162313f4aa..192e34ea3f2f610a2e666da199bc71d76d5e99be 100644 (file)
@@ -1728,11 +1728,6 @@ static int __init stamp_init(void)
        platform_add_devices(stamp_devices, ARRAY_SIZE(stamp_devices));
        spi_register_board_info(bfin_spi_board_info, ARRAY_SIZE(bfin_spi_board_info));
 
-#if (defined(CONFIG_PATA_PLATFORM) || defined(CONFIG_PATA_PLATFORM_MODULE)) \
-        && defined(PATA_INT)
-       irq_desc[PATA_INT].status |= IRQ_NOAUTOEN;
-#endif
-
        return 0;
 }