drm: Remove drm_driver->set_busid hook
The only special-case is pci devices, and we can easily handle this in the core. Do so and drop a pile of boilerplate from drivers. Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170524145212.27837-5-daniel.vetter@ffwll.ch
This commit is contained in:
@@ -77,7 +77,6 @@ static struct drm_driver driver = {
|
||||
.open = via_driver_open,
|
||||
.preclose = via_reclaim_buffers_locked,
|
||||
.postclose = via_driver_postclose,
|
||||
.set_busid = drm_pci_set_busid,
|
||||
.context_dtor = via_final_context,
|
||||
.get_vblank_counter = via_get_vblank_counter,
|
||||
.enable_vblank = via_enable_vblank,
|
||||
|
Reference in New Issue
Block a user