Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 458904
Collapse All | Expand All

(-)trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c (-3 / +11 lines)
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
    {

Return to bug 458904