Browse Source

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>
Nishka Dasgupta 7 years ago
parent
commit
f47ecc0cf3
1 changed files with 0 additions and 4 deletions
  1. 0 4
      drivers/staging/vt6655/device_cfg.h

+ 0 - 4
drivers/staging/vt6655/device_cfg.h

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