]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: vboxvideo: Fold driver_load/unload into probe/remove functions
authorHans de Goede <hdegoede@redhat.com>
Tue, 18 Sep 2018 17:44:29 +0000 (19:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Sep 2018 10:32:05 +0000 (12:32 +0200)
commitd46709094deb69a996bcde98f0a137561858c0fc
tree303aa90cc0ab5b83d0868425387d77b2750f0761
parent79815ee23890c918588941fdd054413232e041d0
staging: vboxvideo: Fold driver_load/unload into probe/remove functions

Fold the driver_load / unload functions into the probe / remove functions
now that we are no longer using the deprecated drm_get_pci_dev() mechanism.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vboxvideo/vbox_drv.c
drivers/staging/vboxvideo/vbox_drv.h
drivers/staging/vboxvideo/vbox_main.c