VirtualBox

Changeset 7521 in vbox


Ignore:
Timestamp:
Mar 25, 2008 8:24:09 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28990
Message:

vboxdrv: made it compile with Linux 2.6.24 if CONFIG_VBOXDRV_FIXEDMAJOR is defined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c

    r7396 r7521  
    703703    int                 rc;
    704704    dprintf(("VBoxDrvLinuxUnload\n"));
     705    NOREF(rc);
    705706
    706707    /*
     
    721722    VBOX_UNREGISTER_DEVFS(g_hDevFsVBoxDrv);
    722723# endif /* devfs */
    723     rc = VBOX_UNREGISTER_DEVICE(g_iModuleMajor, DEVICE_NAME);
    724     if (rc < 0)
    725     {
    726         dprintf(("VBOX_UNREGISTER_DEVICE failed with rc=%#x (major:%d)\n", rc, g_iModuleMajor));
    727     }
     724    VBOX_UNREGISTER_DEVICE(g_iModuleMajor, DEVICE_NAME);
    728725#endif /* !CONFIG_VBOXDRV_AS_MISC */
    729726
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette