diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2014-04-24 08:28:22 -0400 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-05-09 05:55:47 -0400 |
| commit | 23e51f87f3533bc566aa0d29848ae33df5562f7b (patch) | |
| tree | d98b3d13a23dd83f1e5e581553c51b1e578949e2 /drivers/video/fbdev/core | |
| parent | fabd3152fb424cab804b18c0afdb59e96fe7c657 (diff) | |
video: export fb_prepare_logo
Some drivers that may be loadable modules use the fb_prepare_logo
function, so we have to export it. Found during randconfig
builds with mmpfb.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: linux-fbdev@vger.kernel.org
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/fbdev/core')
| -rw-r--r-- | drivers/video/fbdev/core/fbmem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/core/fbmem.c b/drivers/video/fbdev/core/fbmem.c index b6d5008f361f..479fe2a5269c 100644 --- a/drivers/video/fbdev/core/fbmem.c +++ b/drivers/video/fbdev/core/fbmem.c | |||
| @@ -674,6 +674,7 @@ int fb_show_logo(struct fb_info *info, int rotate) | |||
| 674 | int fb_prepare_logo(struct fb_info *info, int rotate) { return 0; } | 674 | int fb_prepare_logo(struct fb_info *info, int rotate) { return 0; } |
| 675 | int fb_show_logo(struct fb_info *info, int rotate) { return 0; } | 675 | int fb_show_logo(struct fb_info *info, int rotate) { return 0; } |
| 676 | #endif /* CONFIG_LOGO */ | 676 | #endif /* CONFIG_LOGO */ |
| 677 | EXPORT_SYMBOL(fb_prepare_logo); | ||
| 677 | EXPORT_SYMBOL(fb_show_logo); | 678 | EXPORT_SYMBOL(fb_show_logo); |
| 678 | 679 | ||
| 679 | static void *fb_seq_start(struct seq_file *m, loff_t *pos) | 680 | static void *fb_seq_start(struct seq_file *m, loff_t *pos) |
