[PATCH 19/20] drm: merge drm_usb into udl

2014-08-29 Thread Daniel Vetter
On Fri, Aug 29, 2014 at 12:12:45PM +0200, David Herrmann wrote: > This merges all the remains of drm_usb into its only user, udl. We can > then drop all the drm_usb stuff, including dev->usbdev. > > Signed-off-by: David Herrmann A bit of (seemingly) unecessary code movement (the

[PATCH 19/20] drm: merge drm_usb into udl

2014-08-29 Thread Thierry Reding
On Fri, Aug 29, 2014 at 12:12:45PM +0200, David Herrmann wrote: [...] > diff --git a/drivers/gpu/drm/udl/udl_drv.c b/drivers/gpu/drm/udl/udl_drv.c [...] > module_init(udl_init); > module_exit(udl_exit); > +MODULE_LICENSE("GPL"); According to the header file the license is GPL v2 only, so this

[PATCH 19/20] drm: merge drm_usb into udl

2014-08-29 Thread David Herrmann
This merges all the remains of drm_usb into its only user, udl. We can then drop all the drm_usb stuff, including dev->usbdev. Signed-off-by: David Herrmann --- Documentation/DocBook/drm.tmpl | 3 +- drivers/gpu/drm/Kconfig | 6 --- drivers/gpu/drm/Makefile| 3