Changeset 499 for GPL/branches/uniaud32-2.1.x/include/linux/pci.h
- Timestamp:
- Jul 5, 2010, 11:51:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.1.x/include/linux/pci.h
r479 r499 714 714 PCI_ANY_ID, PCI_ANY_ID, 0, 0 715 715 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 716 724 #endif /* LINUX_PCI_H */
Note:
See TracChangeset
for help on using the changeset viewer.