* [RFC: 2.6 patch] i386: EXPORT_SYMBOL(screen_info) even #ifndef CONFIG_VT
@ 2005-11-01 15:22 Adrian Bunk
2005-11-02 0:43 ` Antonino A. Daplas
0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2005-11-01 15:22 UTC (permalink / raw)
To: linux-kernel; +Cc: adaplas, linux-fbdev-devel
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>
---
Is this patch OK or should the drivers depend on VT?
--- linux-2.6.14-rc5-mm1-modular-2.95/arch/i386/kernel/setup.c.old 2005-11-01 16:10:52.000000000 +0100
+++ linux-2.6.14-rc5-mm1-modular-2.95/arch/i386/kernel/setup.c 2005-11-01 16:11:25.000000000 +0100
@@ -129,9 +129,7 @@
EXPORT_SYMBOL(drive_info);
#endif
struct screen_info screen_info;
-#ifdef CONFIG_VT
EXPORT_SYMBOL(screen_info);
-#endif
struct apm_info apm_info;
EXPORT_SYMBOL(apm_info);
struct sys_desc_table_struct {
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFC: 2.6 patch] i386: EXPORT_SYMBOL(screen_info) even #ifndef CONFIG_VT
2005-11-01 15:22 Adrian Bunk
@ 2005-11-02 0:43 ` Antonino A. Daplas
0 siblings, 0 replies; 3+ messages in thread
From: Antonino A. Daplas @ 2005-11-02 0:43 UTC (permalink / raw)
To: Adrian Bunk; +Cc: linux-kernel, linux-fbdev-devel
Adrian Bunk wrote:
> 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>
Ok with me.
Tony
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
^ permalink raw reply [flat|nested] 3+ messages in thread
* [RFC: 2.6 patch] i386: EXPORT_SYMBOL(screen_info) even #ifndef CONFIG_VT
@ 2005-11-07 21:19 Adrian Bunk
0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2005-11-07 21:19 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel, adaplas, linux-fbdev-devel
The folllowing modules require screen_info but don't depend
on CONFIG_VT:
- vga16fb.ko
- intelfb.ko
This patch was already ACK'ed by Antonino A. Daplas.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 1 Nov 2005
--- linux-2.6.14-rc5-mm1-modular-2.95/arch/i386/kernel/setup.c.old 2005-11-01 16:10:52.000000000 +0100
+++ linux-2.6.14-rc5-mm1-modular-2.95/arch/i386/kernel/setup.c 2005-11-01 16:11:25.000000000 +0100
@@ -129,9 +129,7 @@
EXPORT_SYMBOL(drive_info);
#endif
struct screen_info screen_info;
-#ifdef CONFIG_VT
EXPORT_SYMBOL(screen_info);
-#endif
struct apm_info apm_info;
EXPORT_SYMBOL(apm_info);
struct sys_desc_table_struct {
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-11-07 21:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-07 21:19 [RFC: 2.6 patch] i386: EXPORT_SYMBOL(screen_info) even #ifndef CONFIG_VT Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2005-11-01 15:22 Adrian Bunk
2005-11-02 0:43 ` Antonino A. Daplas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).