aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/device.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2020-02-02 19:48:43 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-02-09 16:22:57 -0800
commit8e2e79ff61f15f1af6f08aa754bacaf0d504265c (patch)
tree65fb747d4f86b4558fb301775e31c35915e51d08 /drivers/staging/vt6656/device.h
parentstaging: vt6656: Fix return for unsupported cipher modes. (diff)
downloadlinux-dev-8e2e79ff61f15f1af6f08aa754bacaf0d504265c.tar.xz
linux-dev-8e2e79ff61f15f1af6f08aa754bacaf0d504265c.zip
staging: vt6656: Remove fall back functions and headers.
Fall back is no longer used in driver so remove all functions and headers. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Link: https://lore.kernel.org/r/33732aad-5905-c173-ea81-431265e4f7e7@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/device.h')
-rw-r--r--drivers/staging/vt6656/device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/device.h b/drivers/staging/vt6656/device.h
index fe6c11266123..da868adba7c9 100644
--- a/drivers/staging/vt6656/device.h
+++ b/drivers/staging/vt6656/device.h
@@ -244,7 +244,6 @@ struct vnt_usb_send_context {
u8 pkt_no;
u8 pkt_type;
u8 need_ack;
- u8 fb_option;
bool in_use;
unsigned char data[MAX_TOTAL_SIZE_WITH_ALL_HEADERS];
};