Changeset 74965 in vbox
- Timestamp:
- Oct 22, 2018 9:37:39 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c
r70893 r74965 216 216 217 217 /** PCI hotplug structure. */ 218 static const struct pci_device_id 219 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 8, 0) 220 __devinitdata 221 #endif 222 g_VBoxGuestPciId[] = 218 static const struct pci_device_id g_VBoxGuestPciId[] = 223 219 { 224 220 {
Note:
See TracChangeset
for help on using the changeset viewer.