commit | 2f9ba65d9d79311119470d9a5280b335c2fb023c | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Tue Feb 09 19:56:11 2016 +0100 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Feb 26 13:28:35 2016 +0200 |
tree | 1df6d22157387c373adde4a31d74dccbe3e331bd | |
parent | e29f0d55e2b98f630d86892688a00a9d820b9989 [diff] |
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>