]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ide: remove needless CONFIG_BLK_DEV_HD hack from init_hwif()
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Thu, 17 Apr 2008 22:46:23 +0000 (00:46 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Thu, 17 Apr 2008 22:46:23 +0000 (00:46 +0200)
commitfef39d95ea19d4b5e2547e344809a5398eba8b3c
tree86ffa7c0442493486551efe2d9ec26b97b7cb981
parentf0298512c86ebc2eae9f4556d0b15087aa750646
ide: remove needless CONFIG_BLK_DEV_HD hack from init_hwif()

request_irq() will fail if there is already another IRQ handler
registered and IRQ flags are mismatched.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-probe.c