Changeset 44317 in vbox
- Timestamp:
- Jan 21, 2013 9:44:44 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c
r43343 r44317 197 197 198 198 /** PCI hotplug structure. */ 199 static const struct pci_device_id __devinitdata g_VBoxGuestPciId[] = 199 static const struct pci_device_id 200 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 8, 0) 201 __devinitdata 202 #endif 203 g_VBoxGuestPciId[] = 200 204 { 201 205 {
Note:
See TracChangeset
for help on using the changeset viewer.