drm: kill drm_bus->bus_type
Completely unused. Hooray, midlayer mistakes that didn't cause work to undo! v2: Rebase on top of the recent tegra changes which added a host1x drm bus. Reviewed-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -123,7 +123,6 @@ err:
|
||||
}
|
||||
|
||||
static struct drm_bus drm_platform_bus = {
|
||||
.bus_type = DRIVER_BUS_PLATFORM,
|
||||
.get_irq = drm_platform_get_irq,
|
||||
.get_name = drm_platform_get_name,
|
||||
.set_busid = drm_platform_set_busid,
|
||||
|
Reference in New Issue
Block a user