|
Lines 197-201
Link Here
|
| 197 |
|
197 |
|
| 198 |
/** PCI hotplug structure. */ |
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 |
{ |
| 202 |
-- vboxguest/VBoxGuest-linux.c |
206 |
++ vboxguest/VBoxGuest-linux.c |
|
Lines 197-201
Link Here
|
| 197 |
|
197 |
|
| 198 |
/** PCI hotplug structure. */ |
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 |
{ |