diff options
Diffstat (limited to 'drivers/video/console/fbcon_rotate.c')
-rw-r--r-- | drivers/video/console/fbcon_rotate.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/console/fbcon_rotate.c b/drivers/video/console/fbcon_rotate.c index 9df009c8ab49..3d64ad190ff8 100644 --- a/drivers/video/console/fbcon_rotate.c +++ b/drivers/video/console/fbcon_rotate.c | |||
@@ -102,6 +102,9 @@ void fbcon_set_rotate(struct fbcon_ops *ops) | |||
102 | case FB_ROTATE_CW: | 102 | case FB_ROTATE_CW: |
103 | fbcon_rotate_cw(ops); | 103 | fbcon_rotate_cw(ops); |
104 | break; | 104 | break; |
105 | case FB_ROTATE_UD: | ||
106 | fbcon_rotate_ud(ops); | ||
107 | break; | ||
105 | } | 108 | } |
106 | } | 109 | } |
107 | EXPORT_SYMBOL(fbcon_set_rotate); | 110 | EXPORT_SYMBOL(fbcon_set_rotate); |