Skip to content

Commit 78ac151

Browse files
AdrianBunkLinus Torvalds
authored andcommitted
[PATCH] i386: EXPORT_SYMBOL(screen_info) even #ifndef CONFIG_VT
The folllowing modules require screen_info but don't depend on CONFIG_VT: - vga16fb.ko - intelfb.ko Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: "Antonino A. Daplas" <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent c7f82d9 commit 78ac151

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/i386/kernel/setup.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,7 @@ struct drive_info_struct { char dummy[32]; } drive_info;
129129
EXPORT_SYMBOL(drive_info);
130130
#endif
131131
struct screen_info screen_info;
132-
#ifdef CONFIG_VT
133132
EXPORT_SYMBOL(screen_info);
134-
#endif
135133
struct apm_info apm_info;
136134
EXPORT_SYMBOL(apm_info);
137135
struct sys_desc_table_struct {

0 commit comments

Comments
 (0)