On Fri, Apr 11, 2014 at 11:36:04PM +0200, Daniel Vetter wrote:
Completely unused. Hooray, midlayer mistakes that didn't cause work to undo!
\o/
v2: Rebase on top of the recent tegra changes which added a host1x drm bus.
FWIW, I'm hoping to get rid of the host1x DRM bus soon. With this series applied it takes only a small additional patch to get rid of the requirement for .set_busid() and then I can simply to drm_dev_alloc() followed by drm_dev_register() directly in the driver.
Signed-off-by: Daniel Vetter daniel.vetter@ffwll.ch
drivers/gpu/drm/drm_pci.c | 1 - drivers/gpu/drm/drm_platform.c | 1 - drivers/gpu/drm/drm_usb.c | 1 - drivers/gpu/drm/tegra/bus.c | 1 - include/drm/drmP.h | 6 ------ 5 files changed, 10 deletions(-)
Reviewed-by: Thierry Reding treding@nvidia.com