ide: add ide_pci_remove() helper
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Thu, 24 Jul 2008 20:53:19 +0000 (22:53 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Thu, 24 Jul 2008 20:53:19 +0000 (22:53 +0200)
commitef0b04276d8f719d754c092434fbd62c2aeb5307
tree8e39ed4e4f35dcfcb83c0331a68d4e3a2deb823c
parent37525bebcfc15a1fe5a9cb50bf49b21bf43559c1
ide: add ide_pci_remove() helper

* Add 'unsigned long host_flags' field to struct ide_host.

* Set ->host_flags in ide_host_alloc_all().

* Always set PCI dev's ->driver_data in ide_pci_init_{one,two}().

* Add ide_pci_remove() helper (the default implementation for
  struct pci_driver's ->remove method).

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-probe.c
drivers/ide/setup-pci.c
include/linux/ide.h