]> git.baikalelectronics.ru Git - kernel.git/commit
staging: vboxvideo: Embed drm_device into driver structure
authorHans de Goede <hdegoede@redhat.com>
Tue, 18 Sep 2018 17:44:30 +0000 (19:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Sep 2018 10:32:05 +0000 (12:32 +0200)
commitd9fcc873b0ded76ad8252677511a6ffc7ada23e0
tree1c675399750e84051a5b4c7bf3637ddeed4a3702
parent4e83503cc66f97cececd13bc3c6762b0f80dd84e
staging: vboxvideo: Embed drm_device into driver structure

This is the recommended way to create the drm_device structure,
according to DRM documentation.

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_fb.c
drivers/staging/vboxvideo/vbox_irq.c
drivers/staging/vboxvideo/vbox_main.c
drivers/staging/vboxvideo/vbox_mode.c
drivers/staging/vboxvideo/vbox_ttm.c