Changeset 598 for GPL/trunk/include/linux/pci.h
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (8 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
GPL/trunk/include/linux/pci.h
r547 r598 719 719 PCI_ANY_ID, PCI_ANY_ID, 0, 0 720 720 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 721 729 #endif /* LINUX_PCI_H */
Note:
See TracChangeset
for help on using the changeset viewer.