media: pvrusb2: remove unused struct 'debugifc_mask_item'
authorDr. David Alan Gilbert <linux@treblig.org>
Sat, 25 May 2024 17:52:29 +0000 (18:52 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Fri, 31 May 2024 11:51:16 +0000 (13:51 +0200)
'debugifc_mask_item' is unused since
commit 681c73994401 ("V4L/DVB (6691): pvrusb2: Rework pipeline state
control").

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/usb/pvrusb2/pvrusb2-debugifc.c

index 84cfb5c..81d7112 100644 (file)
@@ -9,11 +9,6 @@
 #include "pvrusb2-hdw.h"
 #include "pvrusb2-debug.h"
 
-struct debugifc_mask_item {
-       const char *name;
-       unsigned long msk;
-};
-
 
 static unsigned int debugifc_count_whitespace(const char *buf,
                                              unsigned int count)