]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
staging: vt6655: Delete unused typedef enum _chip_type
authorNishka Dasgupta <nishka.dasgupta_ug18@ashoka.edu.in>
Sat, 24 Mar 2018 11:59:17 +0000 (11:59 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Mar 2018 11:57:44 +0000 (13:57 +0200)
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>
drivers/staging/vt6655/device_cfg.h

index b81f9dda917ad701fd5c28e81d30030f3b6c6e06..6b41c74f7c2ac82961645f1d57f23fa506e84869 100644 (file)
@@ -45,8 +45,4 @@
 
 #define PKT_BUF_SZ          2390
 
-typedef enum  _chip_type {
-       VT3253 = 1
-} CHIP_TYPE, *PCHIP_TYPE;
-
 #endif