drm/tilcdc: Fix build breakage
authorSachin Kamat <sachin.kamat@samsung.com>
Wed, 9 Jul 2014 11:42:57 +0000 (17:12 +0530)
committerDave Airlie <airlied@redhat.com>
Thu, 10 Jul 2014 02:01:38 +0000 (12:01 +1000)
Commit 34ea3d386347 ("drm: add register and unregister functions
for connectors") probably missed out converting the
drm_sysfs_connector_remove instances in the following files.
Without this patch we get the following compilation error:
ERROR: "drm_sysfs_connector_remove" [drivers/gpu/drm/tilcdc/tilcdc.ko] undefined!

Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com>
CC: Thomas Wood <thomas.wood@intel.com>
CC: David Herrmann <dh.herrmann@gmail.com>
CC: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found