Ignore:
Timestamp:
Apr 3, 2017, 4:51:56 PM (8 years ago)
Author:
David Azarewicz
Message:

Merged/reintegrated v2 branch into trunk. Trunk is now v2

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/include/linux/pci.h

    r547 r598  
    719719        PCI_ANY_ID, PCI_ANY_ID, 0, 0
    720720
     721#define pci_clear_master(x)
     722
     723/* originally it's __devinitconst but we use __devinitdata to be compatible
     724 * with older kernels
     725 */
     726#define DEFINE_PCI_DEVICE_TABLE(_table) \
     727        const struct pci_device_id _table[] __devinitdata
     728
    721729#endif /* LINUX_PCI_H */
Note: See TracChangeset for help on using the changeset viewer.