diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-08-07 17:22:14 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2017-08-07 17:22:14 +0200 |
commit | dfc8e9165cfe0b50438f51df5a82ab1dcc08baf4 (patch) | |
tree | ef07a138f7f487e583fa5a034c7a5e7dfd9b28d7 /drivers/video/fbdev/matrox | |
parent | video: fbdev: Convert to using %pOF instead of full_name (diff) | |
download | linux-dfc8e9165cfe0b50438f51df5a82ab1dcc08baf4.tar.xz linux-dfc8e9165cfe0b50438f51df5a82ab1dcc08baf4.zip |
fbcon: mark dummy functions 'inline'
The newly introduced fb_console_init/exit declarations have a
dummy alternative that is marked 'static' in the header but not
inline, leading to a warning whenever the header gets included:
In file included from drivers/video/fbdev/core/fbmem.c:35:0:
include/linux/fbcon.h:9:13: error: 'fb_console_exit' defined but not used [-Werror=unused-function]
This adds the intended 'inline'.
Fixes: 6104c37094e7 ("fbcon: Make fbcon a built-time depency for fbdev")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to 'drivers/video/fbdev/matrox')
0 files changed, 0 insertions, 0 deletions