diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-01-05 16:21:17 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-01-05 16:21:17 -0500 |
commit | 5bab4d8de0dcbb8e2e7d4d5125b4aea1652a0d60 (patch) | |
tree | 47fe1aa720a873ba1394b96b5057b8a1992e4ad3 /src/udev | |
parent | 18565392cfecb5be6f3261ae0f82827c9ecfa08b (diff) |
src/udev/udev-builtin-keyboard.c: fix build with gperf 3.1
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/udev')
-rw-r--r-- | src/udev/udev-builtin-keyboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/udev/udev-builtin-keyboard.c b/src/udev/udev-builtin-keyboard.c index 73171c352a..fad3520054 100644 --- a/src/udev/udev-builtin-keyboard.c +++ b/src/udev/udev-builtin-keyboard.c @@ -28,7 +28,6 @@ #include "udev.h" -static const struct key *keyboard_lookup_key(const char *str, unsigned len); #include "keyboard-keys-from-name.h" #include "keyboard-keys-to-name.h" |