aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-12-11 11:34:30 +0100
committerDave Airlie <airlied@redhat.com>2013-12-18 11:06:22 +1000
commite2577d455adb165e1046816e5ed092cc6d60f35a (patch)
tree0418f7d39057559072f57bd309423cfa4335a789 /include/drm
parentdrm/msm: call drm_put_dev directly in ->remove (diff)
downloadlinux-dev-e2577d455adb165e1046816e5ed092cc6d60f35a.tar.xz
linux-dev-e2577d455adb165e1046816e5ed092cc6d60f35a.zip
drm: rip out drm_platform_exit
This very much looks like a remnant of the old legady ums shadow attach days. Now with the last users gone we can rip it out since we won't ever support an ums drm driver again. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 8f916d03a638..2f725b767a19 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1701,7 +1701,6 @@ extern int drm_pcie_get_speed_cap_mask(struct drm_device *dev, u32 *speed_mask);
/* platform section */
extern int drm_platform_init(struct drm_driver *driver, struct platform_device *platform_device);
-extern void drm_platform_exit(struct drm_driver *driver, struct platform_device *platform_device);
/* returns true if currently okay to sleep */
static __inline__ bool drm_can_sleep(void)