mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] visws: sgivwfb is module needs exports
@ 2006-11-17  5:30 Randy Dunlap
  2006-11-17 14:45 ` James Simmons
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2006-11-17  5:30 UTC (permalink / raw)
  To: lkml; +Cc: pazke, akpm

From: Randy Dunlap <randy.dunlap@oracle.com>

With CONFIG_FB_SGIVW=m:
WARNING: "sgivwfb_mem_size" [drivers/video/sgivwfb.ko] undefined!
WARNING: "sgivwfb_mem_phys" [drivers/video/sgivwfb.ko] undefined!

(or don't allow FB_SGIVW=m in Kconfig)

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 arch/i386/mach-visws/setup.c |    3 +++
 1 file changed, 3 insertions(+)

--- linux-2619-rc6.orig/arch/i386/mach-visws/setup.c
+++ linux-2619-rc6/arch/i386/mach-visws/setup.c
@@ -6,6 +6,7 @@
 #include <linux/smp.h>
 #include <linux/init.h>
 #include <linux/interrupt.h>
+#include <linux/module.h>
 
 #include <asm/fixmap.h>
 #include <asm/arch_hooks.h>
@@ -142,6 +143,8 @@ void __init time_init_hook(void)
 
 unsigned long sgivwfb_mem_phys;
 unsigned long sgivwfb_mem_size;
+EXPORT_SYMBOL(sgivwfb_mem_phys);
+EXPORT_SYMBOL(sgivwfb_mem_size);
 
 long long mem_size __initdata = 0;
 


---

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-11-17 14:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-17  5:30 [PATCH] visws: sgivwfb is module needs exports Randy Dunlap
2006-11-17 14:45 ` James Simmons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®