From 361918ceb1771d57675ead55375273699cf976f0 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 30 Jul 2021 11:24:14 +0200 Subject: [PATCH] remove unused enum _NIC_VERSION None of these enumerated values were used anywhere in the driver, so just remove them all. Link: https://lore.kernel.org/r/20210730092417.1014392-9-gregkh@linuxfoundation.org --- include/drv_types.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/drv_types.h b/include/drv_types.h index a41f581..3262a8f 100644 --- a/include/drv_types.h +++ b/include/drv_types.h @@ -42,15 +42,6 @@ #include #endif -enum _NIC_VERSION { - - RTL8711_NIC, - RTL8712_NIC, - RTL8713_NIC, - RTL8716_NIC - -}; - typedef struct _ADAPTER _adapter, ADAPTER, *PADAPTER; #include