]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fbdev: export symbol fb_mode_option
authorGeoff Levand <geoffrey.levand@am.sony.com>
Sat, 7 Jun 2008 18:26:34 +0000 (11:26 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 16 Jun 2008 20:19:51 +0000 (13:19 -0700)
commitfdca786572904fdf11c489143781beec0024d5c5
tree9b409f301b29503b24a80eb8dbb45146221ef329
parent7e8b238e605b64476292db9959be62a35d457ebb
fbdev: export symbol fb_mode_option

upstream commit: 659179b28f15ab1b1db5f8767090f5e728f115a1

Frame buffer and mode setting drivers can be built as modules,
so fb_mode_option needs to be exported to support these.

Prevents this error:

  ERROR: "fb_mode_option" [drivers/ps3/ps3av_mod.ko] undefined!

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Acked-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/video/modedb.c