Ignore:
Timestamp:
Jul 5, 2010, 11:51:20 AM (15 years ago)
Author:
Paul Smedley
Message:

Update Uniaud32-2.1.x branch with necessary changes for ALSA 1.0.23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.1.x/include/linux/pci.h

    r479 r499  
    714714        PCI_ANY_ID, PCI_ANY_ID, 0, 0
    715715
     716#define pci_clear_master(x)
     717
     718/* originally it's __devinitconst but we use __devinitdata to be compatible
     719 * with older kernels
     720 */
     721#define DEFINE_PCI_DEVICE_TABLE(_table) \
     722        const struct pci_device_id _table[] __devinitdata
     723
    716724#endif /* LINUX_PCI_H */
Note: See TracChangeset for help on using the changeset viewer.