Skip to content
Commit 0c37bffa authored by Jorge Maidana's avatar Jorge Maidana Committed by Helge Deller
Browse files

fbdev: uvesafb: Remove uvesafb_exec() prototype from include/video/uvesafb.h



uvesafb_exec() is a static function defined and called only in
drivers/video/fbdev/uvesafb.c, remove the prototype from
include/video/uvesafb.h.

Fixes the warning:
./include/video/uvesafb.h:112:12: warning: 'uvesafb_exec' declared 'static' but never defined [-Wunused-function]
when including '<video/uvesafb.h>' in an external program.

Signed-off-by: default avatarJorge Maidana <jorgem.linux@gmail.com>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent e638d371
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment