Remove duplicate declarations of KdAdd*Driver in kdrive.h
Clears gcc warnings in every file that includes kdrive.h: kdrive.h:507:1: warning: redundant redeclaration of 'KdAddPointerDriver' kdrive.h:225:6: note: previous declaration of 'KdAddPointerDriver' was here kdrive.h:510:1: warning: redundant redeclaration of 'KdAddKeyboardDriver' kdrive.h:284:6: note: previous declaration of 'KdAddKeyboardDriver' was here Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
471e5373b6
commit
3823eedf3c
|
@ -503,12 +503,6 @@ KdInitInput(void);
|
||||||
void
|
void
|
||||||
KdCloseInput(void);
|
KdCloseInput(void);
|
||||||
|
|
||||||
void
|
|
||||||
KdAddPointerDriver(KdPointerDriver *);
|
|
||||||
|
|
||||||
void
|
|
||||||
KdAddKeyboardDriver(KdKeyboardDriver *);
|
|
||||||
|
|
||||||
Bool
|
Bool
|
||||||
KdRegisterFd (int fd, void (*read) (int fd, void *closure), void *closure);
|
KdRegisterFd (int fd, void (*read) (int fd, void *closure), void *closure);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue