s390/qeth: remove unused cmd definitions
authorJulian Wiedmann <jwi@linux.ibm.com>
Thu, 27 Feb 2020 17:08:12 +0000 (18:08 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Feb 2020 19:15:12 +0000 (11:15 -0800)
Looks like these were never used, ever since the driver was initially
added.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Reviewed-by: Alexandra Winter <wintera@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/qeth_core_mpc.h

index 3a3cebd..6f304fd 100644 (file)
@@ -93,10 +93,6 @@ enum qeth_link_types {
        QETH_LINK_TYPE_LANE         = 0x88,
 };
 
-/*
- * Routing stuff
- */
-#define RESET_ROUTING_FLAG 0x10 /* indicate that routing type shall be set */
 enum qeth_routing_types {
        /* TODO: set to bit flag used in IPA Command */
        NO_ROUTER               = 0,
@@ -427,7 +423,6 @@ struct qeth_ipacmd_setassparms {
                struct qeth_arp_cache_entry arp_entry;
                struct qeth_arp_query_data query_arp;
                struct qeth_tso_start_data tso;
-               __u8 ip[16];
        } data;
 } __attribute__ ((packed));