[PATCH 11/11] drm: Remove dummy agp ioctl wrappers

2015-09-28 Thread David Herrmann
Hi On Tue, Sep 8, 2015 at 1:56 PM, Daniel Vetter wrote: > They're only used in the drm ioctl table, and there they're excluded > when AGP support is disabled. So this is just dead code ripe for > removal. > > Signed-off-by: Daniel Vetter Reviewed-by: David Herrmann Thanks David > --- > incl

[PATCH 11/11] drm: Remove dummy agp ioctl wrappers

2015-09-08 Thread Daniel Vetter
They're only used in the drm ioctl table, and there they're excluded when AGP support is disabled. So this is just dead code ripe for removal. Signed-off-by: Daniel Vetter --- include/drm/drm_agpsupport.h | 48 1 file changed, 48 deletions(-) diff --