[PATCH 18/19] drm: kill the ->agp_destroy callback

2013-11-03 Thread David Herrmann
Hi Daniel On Sun, Nov 3, 2013 at 2:31 PM, Daniel Vetter wrote: > Call drm_pci_agp_destroy directly, there's no point in the > indirection. Long term we want to shuffle this into each driver's > unload logic, but that needs cleared-up drm lifetime rules first. > > Signed-off-by: Daniel Vetter > -

[PATCH 18/19] drm: kill the ->agp_destroy callback

2013-11-03 Thread Daniel Vetter
Call drm_pci_agp_destroy directly, there's no point in the indirection. Long term we want to shuffle this into each driver's unload logic, but that needs cleared-up drm lifetime rules first. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_pci.c | 3 +-- drivers/gpu/drm/drm_stub.c | 4 ++--