[PATCH] drm/nouveau/nouveau_bo: Remove unused function

2015-01-13 Thread Alexandre Courbot
On 01/12/2015 07:31 AM, Rickard Strandqvist wrote: > Remove the function nouveau_bo_rd16() that is not used anywhere. > > This was partially found by using a static code analysis program called > cppcheck. nouveau_bo_wr16() being presumably used (since it is not removed by this patch), it sounds

[PATCH] drm/nouveau/nouveau_bo: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function nouveau_bo_rd16() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/nouveau/nouveau_bo.c | 12 drivers/gpu/drm/nouveau/nouveau_bo.h |1 - 2 f