On Wed, Jul 30, 2014 at 12:43:33PM +0200, Benjamin Gaignard wrote:
I have push two additional patches on drm_kms_for_next-v7 branch to make the driver build as a module:
- "gpu: drm: export drm_sysfs_connector_{add,remove} function"
Nope, you're using the wrong functions. Instead you should use drm_connector_register/unregister. Please don't just export randome functions without digging into the history a bit. -Daniel