staging: vt6655: Delete unused typedef enum _chip_type

Delete unused typedef enum _chip_type.

Signed-off-by: Nishka Dasgupta <nishka.dasgupta_ug18@ashoka.edu.in>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Nishka Dasgupta 2018-03-24 11:59:17 +00:00 committed by Greg Kroah-Hartman
parent 02769c265f
commit f47ecc0cf3

View file

@ -45,8 +45,4 @@
#define PKT_BUF_SZ 2390
typedef enum _chip_type {
VT3253 = 1
} CHIP_TYPE, *PCHIP_TYPE;
#endif