* [PATCH] export toshiba SMM support for neofb module
@ 2006-11-21 19:25 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2006-11-21 19:25 UTC (permalink / raw)
To: lkml; +Cc: jonathan, akpm
From: Randy Dunlap <randy.dunlap@oracle.com>
When CONFIG_TOSHIBA=y and CONFIG_FB_NEOMAGIC=m, tosh_smm() needs
to be exported for neofb to use it.
WARNING: "tosh_smm" [drivers/video/neofb.ko] undefined!
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
drivers/char/toshiba.c | 1 +
1 file changed, 1 insertion(+)
--- linux-2619-rc6g4.orig/drivers/char/toshiba.c
+++ linux-2619-rc6g4/drivers/char/toshiba.c
@@ -249,6 +249,7 @@ int tosh_smm(SMMRegisters *regs)
return eax;
}
+EXPORT_SYMBOL(tosh_smm);
static int tosh_ioctl(struct inode *ip, struct file *fp, unsigned int cmd,
---
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-21 19:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-21 19:25 [PATCH] export toshiba SMM support for neofb module Randy Dunlap
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®