diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/drmP.h | 1 | ||||
-rw-r--r-- | include/drm/drm_pci.h | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 4a0260e..0e38343 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -501,7 +501,6 @@ struct drm_device { struct pci_controller *hose; #endif - struct platform_device *platformdev; /**< Platform device struture */ struct virtio_device *virtdev; struct drm_sg_mem *sg; /**< Scatter gather memory */ diff --git a/include/drm/drm_pci.h b/include/drm/drm_pci.h index 5081b3e..f5ebfca 100644 --- a/include/drm/drm_pci.h +++ b/include/drm/drm_pci.h @@ -72,7 +72,4 @@ 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); - #endif /* _DRM_PCI_H_ */ |