fbdev: kill fb_rotate
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Tue, 9 Feb 2016 18:56:11 +0000 (19:56 +0100)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 26 Feb 2016 11:28:35 +0000 (13:28 +0200)
commit2f9ba65d9d79311119470d9a5280b335c2fb023c
tree1df6d22157387c373adde4a31d74dccbe3e331bd
parente29f0d55e2b98f630d86892688a00a9d820b9989
fbdev: kill fb_rotate

The fb_rotate method in struct fb_ops is never actually invoked, and
it's been that way in the entire history of git (in fact, the last
occurrence of the string '->fb_rotate' vanished over 10 years ago,
with b4d8aea6d6, and that merely tested whether the callback
existed). So remove some dead code and make struct fb_obs a little
smaller.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/atafb.c
drivers/video/fbdev/au1100fb.c
drivers/video/fbdev/bf537-lq035.c
drivers/video/fbdev/omap/omapfb_main.c
drivers/video/fbdev/skeletonfb.c
include/linux/fb.h