[PATCH] gpu: drm: radeon: radeon_object: Remove unused function

2015-01-14 Thread Alex Deucher
On Sun, Jan 11, 2015 at 8:17 AM, Rickard Strandqvist wrote: > Remove the function radeon_bo_fbdev_mmap() that is not used anywhere. > > This was partially found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvist Applied. thanks! Alex > --- > dr

[PATCH] gpu: drm: radeon: radeon_object: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function radeon_bo_fbdev_mmap() 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/radeon/radeon_object.c |6 -- drivers/gpu/drm/radeon/radeon_object.h |2 --