]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/video/fbdev/core/fbsysfs.c
fbcon: Add fbcon_rotate_hint to struct fb_info
[linux.git] / drivers / video / fbdev / core / fbsysfs.c
index 15755ce1d26c817587f7f600db41963c46e16c7e..e31a182b42bf206ed9c1f682072e1e3e003dc8e1 100644 (file)
@@ -58,6 +58,7 @@ struct fb_info *framebuffer_alloc(size_t size, struct device *dev)
                info->par = p + fb_info_size;
 
        info->device = dev;
+       info->fbcon_rotate_hint = -1;
 
 #ifdef CONFIG_FB_BACKLIGHT
        mutex_init(&info->bl_curve_mutex);