blob: 276c48efd17a7d5f317059a9b50b25ca9728f3d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c
index 70316a8..3d0ccc0 100644
--- a/drivers/video/console/fbcon.c
+++ b/drivers/video/console/fbcon.c
@@ -204,6 +204,7 @@ int fbcon_is_softback(const unsigned short *str)
return 1;
return 0;
}
+EXPORT_SYMBOL(fbcon_is_softback);
#ifdef CONFIG_FRAMEBUFFER_CONSOLE_ROTATION
static inline void fbcon_set_rotation(struct fb_info *info)
|