staging: rtl8723bs: Remove unused enum with first entry IFACE_PORT0
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Sun, 15 Sep 2024 06:38:31 +0000 (08:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Oct 2024 09:48:29 +0000 (11:48 +0200)
Remove unused enum with first entry IFACE_PORT0.

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/ff820d921ba3e3cd777d76213f39d8a1ad93f7f9.1726339782.git.philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/drv_types.h

index 57cbe2876838fa5eeef4930ce4d6ed092e2e2527..7b0e824e05a9a1727be5f7195841416ccdf753f6 100644 (file)
@@ -318,12 +318,6 @@ static inline struct device *dvobj_to_dev(struct dvobj_priv *dvobj)
        return &dvobj->intf_data.func->dev;
 }
 
-enum {
-       IFACE_PORT0, /* mapping to port0 for C/D series chips */
-       IFACE_PORT1, /* mapping to port1 for C/D series chip */
-       MAX_IFACE_PORT,
-};
-
 enum {
        DRIVER_NORMAL = 0,
        DRIVER_DISAPPEAR = 1,