fbdev: uvesafb: Remove uvesafb_exec() prototype from include/video/uvesafb.h
authorJorge Maidana <jorgem.linux@gmail.com>
Fri, 6 Oct 2023 20:43:46 +0000 (17:43 -0300)
committerHelge Deller <deller@gmx.de>
Mon, 16 Oct 2023 21:19:34 +0000 (23:19 +0200)
commit0c37bffaaebe1733433b480d612282169632a31a
tree23224aeb5039fbca5a63e004c57d427ef8627ac0
parente638d3710f0e2483ce01fbc113da83ba3639489c
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: Jorge Maidana <jorgem.linux@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>
include/video/uvesafb.h