[PATCH] drm/ttm: remove declaration of ttm_tt_cache_flush

2014-05-02 Thread Alexandre Courbot
ttm_tt_cache_flush's implementation was removed in 2009 by commit c9c97b8c, but its declaration has been hiding in ttm_bo_driver.h since then. It has been surviving in the dark for too long now ; give it the coup de gr?ce. Signed-off-by: Alexandre Courbot --- include/drm/ttm/ttm_bo_driver.h | 1

[PATCH] drm/ttm: remove declaration of ttm_tt_cache_flush

2014-05-02 Thread Thierry Reding
On Fri, May 02, 2014 at 06:49:22PM +0900, Alexandre Courbot wrote: > ttm_tt_cache_flush's implementation was removed in 2009 by commit > c9c97b8c, but its declaration has been hiding in ttm_bo_driver.h since > then. > > It has been surviving in the dark for too long now ; give it the coup > de gr?