diff options
author | Peter Rosin | 2019-01-16 17:42:35 +0100 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz | 2019-01-16 17:42:35 +0100 |
commit | 890d14d2d4b57ff5a149309da3ed36c8a529987f (patch) | |
tree | 7e94175d178afc6eba2898ec840b9588d769d0ac /include/linux/fb.h | |
parent | 00257e0cc550c4a8df5f99c0a4fc74fec0656144 (diff) |
fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line option
A command line option is much more flexible than a config option and
the supporting code is small. Gets rid of #ifdefs in the code too...
Suggested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to 'include/linux/fb.h')
-rw-r--r-- | include/linux/fb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index 7cdd31a69719..f52ef0ad6781 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h @@ -653,6 +653,7 @@ extern int fb_new_modelist(struct fb_info *info); extern struct fb_info *registered_fb[FB_MAX]; extern int num_registered_fb; +extern bool fb_center_logo; extern struct class *fb_class; #define for_each_registered_fb(i) \ |