Re: [PATCH] gpu/drm/drm_sysfs.c: Export drm_sysfs_connector_add and drm_sysfs_connector_remove

2014-11-24 Thread Rob Clark
On Mon, Nov 24, 2014 at 7:25 AM, Mike Looijmans wrote: > Building the adi_axi_hdmi driver as a module failed: > ERROR: "drm_sysfs_connector_remove" > [drivers/gpu/drm/adi_axi_hdmi/adi_axi_hdmi.ko] undefined! > > Mark drm_sysfs_connector_remove for export to fix this. Also mark >

[PATCH] gpu/drm/drm_sysfs.c: Export drm_sysfs_connector_add and drm_sysfs_connector_remove

2014-11-24 Thread Mike Looijmans
Building the adi_axi_hdmi driver as a module failed: ERROR: "drm_sysfs_connector_remove" [drivers/gpu/drm/adi_axi_hdmi/adi_axi_hdmi.ko] undefined! Mark drm_sysfs_connector_remove for export to fix this. Also mark drm_sysfs_connector_add for export, for symetry and because at least one other

[PATCH] gpu/drm/drm_sysfs.c: Export drm_sysfs_connector_add and drm_sysfs_connector_remove

2014-11-24 Thread Mike Looijmans
Building the adi_axi_hdmi driver as a module failed: ERROR: drm_sysfs_connector_remove [drivers/gpu/drm/adi_axi_hdmi/adi_axi_hdmi.ko] undefined! Mark drm_sysfs_connector_remove for export to fix this. Also mark drm_sysfs_connector_add for export, for symetry and because at least one other module

Re: [PATCH] gpu/drm/drm_sysfs.c: Export drm_sysfs_connector_add and drm_sysfs_connector_remove

2014-11-24 Thread Rob Clark
On Mon, Nov 24, 2014 at 7:25 AM, Mike Looijmans mike.looijm...@topic.nl wrote: Building the adi_axi_hdmi driver as a module failed: ERROR: drm_sysfs_connector_remove [drivers/gpu/drm/adi_axi_hdmi/adi_axi_hdmi.ko] undefined! Mark drm_sysfs_connector_remove for export to fix this. Also mark