aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rosin <[email protected]>2019-08-27 11:09:26 +0000
committerBartlomiej Zolnierkiewicz <[email protected]>2020-01-03 14:27:42 +0100
commitab1c4c5e9d111a867964f4a67d9ab4a564d16b90 (patch)
treeae579bcd92e65bfe4ef6b6ee0e6430e7a7e5247c
parent691f50ab2742556aea467a946e10393da2e8d9ef (diff)
fbdev: fbmem: avoid exporting fb_center_logo
The variable is only ever used from fbcon.c which is linked into the same module. Therefore, the export is not needed. Signed-off-by: Peter Rosin <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Matthew Wilcox <[email protected]> Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--drivers/video/fbdev/core/fbmem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/fbdev/core/fbmem.c b/drivers/video/fbdev/core/fbmem.c
index 7ce21009f85d..5652ec0512ae 100644
--- a/drivers/video/fbdev/core/fbmem.c
+++ b/drivers/video/fbdev/core/fbmem.c
@@ -54,7 +54,6 @@ int num_registered_fb __read_mostly;
EXPORT_SYMBOL(num_registered_fb);
bool fb_center_logo __read_mostly;
-EXPORT_SYMBOL(fb_center_logo);
int fb_logo_count __read_mostly = -1;