staging: vt6655: Delete unused typedef struct _version

Delete unused typedef struct _version.

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:16 +00:00 committed by Greg Kroah-Hartman
parent 7e131ddea8
commit 02769c265f
1 changed files with 0 additions and 7 deletions

View File

@ -16,13 +16,6 @@
#include <linux/types.h> #include <linux/types.h>
typedef
struct _version {
unsigned char major;
unsigned char minor;
unsigned char build;
} version_t, *pversion_t;
#define VID_TABLE_SIZE 64 #define VID_TABLE_SIZE 64
#define MCAST_TABLE_SIZE 64 #define MCAST_TABLE_SIZE 64
#define MCAM_SIZE 32 #define MCAM_SIZE 32