Ignore:
Timestamp:
02/29/08 03:29:56 (5 years ago)
Author:
BrainSlayer
Message:

update to 2.6.24.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/linux/xscale/linux-2.6.24/arch/powerpc/platforms/chrp/pci.c

    r8887 r9148  
    355355 * the IDE node /pci@80000000/ide@C,1 
    356356 */ 
    357 static void __devinit chrp_pci_fixup_vt8231_ata(struct pci_dev *viaide) 
     357static void chrp_pci_fixup_vt8231_ata(struct pci_dev *viaide) 
    358358{ 
    359359        u8 progif; 
     
    376376        pci_dev_put(viaisa); 
    377377} 
    378 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C586_1, chrp_pci_fixup_vt8231_ata); 
     378DECLARE_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.