missing license in drm_usb prevents module loading
I couldn't load the udl-drm driver with most things built as a module, getting symbol resolution errors. Adding MODULE_LICENSE("GPL"); to drm_usb.c fixed this -Shawn Landden >From c2db282071f4cc5fb730a13542982125d00144e0 Mon Sep 17 00:00:00 2001 From: Shawn Landden Date: Wed, 4 Apr 2012 23:06:
missing license in drm_usb prevents module loading
I couldn't load the udl-drm driver with most things built as a module, getting symbol resolution errors. Adding MODULE_LICENSE("GPL"); to drm_usb.c fixed this -Shawn Landden