Commit 04968341 authored by Jens Axboe's avatar Jens Axboe

piix_pci_info() needs to be __initdata, not __devinit

parent 1a9deedf
......@@ -38,7 +38,7 @@ static void init_dma_piix(ide_hwif_t *, unsigned long);
*
*/
static ide_pci_device_t piix_pci_info[] __devinit = {
static ide_pci_device_t piix_pci_info[] __initdata = {
{ /* 0 */
vendor: PCI_VENDOR_ID_INTEL,
device: PCI_DEVICE_ID_INTEL_82371FB_0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment