mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
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>
This commit is contained in:
committed by
Helge Deller
parent
e638d3710f
commit
0c37bffaae
@@ -109,8 +109,6 @@ struct uvesafb_ktask {
|
|||||||
u32 ack;
|
u32 ack;
|
||||||
};
|
};
|
||||||
|
|
||||||
static int uvesafb_exec(struct uvesafb_ktask *tsk);
|
|
||||||
|
|
||||||
#define UVESAFB_EXACT_RES 1
|
#define UVESAFB_EXACT_RES 1
|
||||||
#define UVESAFB_EXACT_DEPTH 2
|
#define UVESAFB_EXACT_DEPTH 2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user