From: Bartlomiej Zolnierkiewicz Date: Fri, 27 Mar 2009 11:46:27 +0000 (+0100) Subject: ide: allow host drivers to specify IRQ flags X-Git-Tag: v2.6.30-rc1~623^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=255115fb35f80735c21a1cbe9809e9795a3af26e;p=pandora-kernel.git ide: allow host drivers to specify IRQ flags * Add ->irq_flags field to struct ide_port_info and struct ide_host. * Update host drivers and IDE PCI code to use ->irq_flags field. * Convert init_irq() and ide_intr() to use host->irq_flags. This fixes handling of shared IRQs for non-PCI hosts and removes ugly ifdeffery from core IDE code. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed