diff options
-rw-r--r-- | drivers/ide/pci/cs5520.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/ide/pci/cs5520.c b/drivers/ide/pci/cs5520.c index 0be1a824102b..1c163e4ef03f 100644 --- a/drivers/ide/pci/cs5520.c +++ b/drivers/ide/pci/cs5520.c | |||
@@ -147,11 +147,6 @@ static int __devinit cs5520_init_one(struct pci_dev *dev, const struct pci_devic | |||
147 | 147 | ||
148 | /* We must not grab the entire device, it has 'ISA' space in its | 148 | /* We must not grab the entire device, it has 'ISA' space in its |
149 | * BARS too and we will freak out other bits of the kernel | 149 | * BARS too and we will freak out other bits of the kernel |
150 | * | ||
151 | * pci_enable_device_bars() is going away. I replaced it with | ||
152 | * IO only enable for now but I'll need confirmation this is | ||
153 | * allright for that device. If not, it will need some kind of | ||
154 | * quirk. --BenH. | ||
155 | */ | 150 | */ |
156 | if (pci_enable_device_io(dev)) { | 151 | if (pci_enable_device_io(dev)) { |
157 | printk(KERN_WARNING "%s: Unable to enable 55x0.\n", d->name); | 152 | printk(KERN_WARNING "%s: Unable to enable 55x0.\n", d->name); |