summaryrefslogtreecommitdiff
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2016-12-13 21:24:34 +0200
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2017-02-17 15:27:23 +0200
commit620f74f51ccd9c954530655e46ce5907d88f1e9a (patch)
tree2afc5cdd3e23b7c78750dd12d0aae0df78bf68d8 /include/drm/drmP.h
parent896bbc3ef1b065688163ce6c09c31e55fb4cd9f5 (diff)
drm: Remove unused drm_platform midlayer
Now that the last driver has been converted, the drm_platform midlayer is unused. Remove it. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch Reviewed-by: Sean Paul <seanpaul@chromium.org>
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r--include/drm/drmP.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 21a3a666a2fd..231a6cc925dd 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -819,9 +819,6 @@ static inline int drm_pci_set_busid(struct drm_device *dev,
extern int drm_pcie_get_speed_cap_mask(struct drm_device *dev, u32 *speed_mask);
extern int drm_pcie_get_max_link_width(struct drm_device *dev, u32 *mlw);
-/* platform section */
-extern int drm_platform_init(struct drm_driver *driver, struct platform_device *platform_device);
-
/* returns true if currently okay to sleep */
static __inline__ bool drm_can_sleep(void)
{