]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/fb.h
net: Fix build failure due to lockdep_sock_is_held().
[karo-tx-linux.git] / include / linux / fb.h
index 55433f86f0a323930d237733507a284be83607aa..dfe88351341fa78f9f6064b5296291cda94cef6f 100644 (file)
@@ -296,9 +296,6 @@ struct fb_ops {
        /* Draws cursor */
        int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor);
 
-       /* Rotates the display */
-       void (*fb_rotate)(struct fb_info *info, int angle);
-
        /* wait for blit idle, optional */
        int (*fb_sync)(struct fb_info *info);