drm: kill drm_agp_chipset_flush
No longer used. Cc: Dave Airlie <airlied@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
committed by
Chris Wilson
parent
40ce657510
commit
4af72e2865
@@ -466,10 +466,4 @@ drm_agp_bind_pages(struct drm_device *dev,
|
||||
}
|
||||
EXPORT_SYMBOL(drm_agp_bind_pages);
|
||||
|
||||
void drm_agp_chipset_flush(struct drm_device *dev)
|
||||
{
|
||||
agp_flush_chipset(dev->agp->bridge);
|
||||
}
|
||||
EXPORT_SYMBOL(drm_agp_chipset_flush);
|
||||
|
||||
#endif /* __OS_HAS_AGP */
|
||||
|
Reference in New Issue
Block a user