enetc: Drop redundant ____cacheline_aligned_in_smp
authorClaudiu Manoil <claudiu.manoil@nxp.com>
Tue, 21 Jul 2020 07:55:20 +0000 (10:55 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2020 22:38:30 +0000 (15:38 -0700)
'struct enetc_bdr' is already '____cacheline_aligned_in_smp'.

Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/enetc/enetc.h

index 0dd8ee1..81e9072 100644 (file)
@@ -195,7 +195,7 @@ struct enetc_int_vector {
        struct napi_struct napi;
        char name[ENETC_INT_NAME_MAX];
 
-       struct enetc_bdr rx_ring ____cacheline_aligned_in_smp;
+       struct enetc_bdr rx_ring;
        struct enetc_bdr tx_ring[];
 };