This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: keytable: fix build on ubuntu
Author:  Sean Young <s...@mess.org>
Date:    Sun Aug 11 05:24:19 2019 +0100

Signed-off-by: Sean Young <s...@mess.org>

 utils/keytable/bpf_load.h             | 7 -------
 utils/keytable/bpf_protocols/bitmap.h | 2 --
 2 files changed, 9 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=d0510b308625975808dd396bfc1813d1b9ef583b
diff --git a/utils/keytable/bpf_load.h b/utils/keytable/bpf_load.h
index 471600bb6ee5..4ec0a9344f63 100644
--- a/utils/keytable/bpf_load.h
+++ b/utils/keytable/bpf_load.h
@@ -24,13 +24,6 @@ struct bpf_map_data {
        struct bpf_load_map_def def;
 };
 
-struct raw_entry {
-       struct raw_entry *next;
-       u_int32_t scancode;
-       u_int32_t raw_length;
-       u_int32_t raw[1];
-};
-
 /* parses elf file compiled by llvm .c->.o
  * . parses 'maps' section and creates maps via BPF syscall
  * . parses 'license' section and passes it to syscall
diff --git a/utils/keytable/bpf_protocols/bitmap.h 
b/utils/keytable/bpf_protocols/bitmap.h
index e3d731ad7ab1..11a6dc72758f 100644
--- a/utils/keytable/bpf_protocols/bitmap.h
+++ b/utils/keytable/bpf_protocols/bitmap.h
@@ -2,8 +2,6 @@
 #ifndef __BITMAP_H__
 #define __BITMAP_H__
 
-#include "string.h"
-
 #define BITS_PER_LONG 64
 #define BITS_TO_LONG(n) \
        (((n) + BITS_PER_LONG - 1) / BITS_PER_LONG)

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to