Skip to content

Commit

Permalink
[PATCH] export toshiba SMM support for neofb module
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Dec 7, 2006
1 parent 3e29fe8 commit 0bf9322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/char/toshiba.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0bf9322

Please sign in to comment.