From: Andrew Morton Cc: Antonino Daplas Cc: Geert Uytterhoeven Cc: Jesse Barnes Signed-off-by: Andrew Morton --- drivers/video/console/fbcon.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/console/fbcon.c~fbdev-fbcon-console-unregistration-from-unregister_framebuffer-fix drivers/video/console/fbcon.c --- a/drivers/video/console/fbcon.c~fbdev-fbcon-console-unregistration-from-unregister_framebuffer-fix +++ a/drivers/video/console/fbcon.c @@ -3013,7 +3013,7 @@ static int fbcon_unbind(void) return ret; } #else -static fbcon_unbind(void) +static inline int fbcon_unbind(void) { return -EINVAL; } _