From: Lad Prabhakar Remove the locally defined ETH_P_DSA_A5PSW protocol value from tag_rzn1_a5psw.c. The macro is already provided by , which is included by this file, making the local definition redundant. Signed-off-by: Lad Prabhakar --- net/dsa/tag_rzn1_a5psw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/dsa/tag_rzn1_a5psw.c b/net/dsa/tag_rzn1_a5psw.c index 69d51221b1e5..201782b4f8dc 100644 --- a/net/dsa/tag_rzn1_a5psw.c +++ b/net/dsa/tag_rzn1_a5psw.c @@ -24,7 +24,6 @@ #define A5PSW_NAME "a5psw" -#define ETH_P_DSA_A5PSW 0xE001 #define A5PSW_TAG_LEN 8 #define A5PSW_CTRL_DATA_FORCE_FORWARD BIT(0) /* This is both used for xmit tag and rcv tagging */ -- 2.52.0