- Timestamp:
- 02/29/08 03:29:56 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/linux/xscale/linux-2.6.24/arch/powerpc/platforms/chrp/pci.c
r8887 r9148 355 355 * the IDE node /pci@80000000/ide@C,1 356 356 */ 357 static void __devinitchrp_pci_fixup_vt8231_ata(struct pci_dev *viaide)357 static void chrp_pci_fixup_vt8231_ata(struct pci_dev *viaide) 358 358 { 359 359 u8 progif; … … 376 376 pci_dev_put(viaisa); 377 377 } 378 DECLARE_PCI_FIXUP_ EARLY(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C586_1, chrp_pci_fixup_vt8231_ata);378 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C586_1, chrp_pci_fixup_vt8231_ata);
Note: See TracChangeset
for help on using the changeset viewer.
