]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
dpaa_eth: Remove useless declaration
authorNathan Chancellor <natechancellor@gmail.com>
Mon, 1 Oct 2018 04:10:29 +0000 (21:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Oct 2018 05:29:34 +0000 (22:29 -0700)
Clang warns:

drivers/net/ethernet/freescale/dpaa/dpaa_eth.c:2734:34: warning:
tentative array definition assumed to have one element
static const struct of_device_id dpaa_match[];
                                 ^
1 warning generated.

Turns out that since this driver was introduced in commit 9ad1a3749333
("dpaa_eth: add support for DPAA Ethernet"), this declaration has been
unused. Remove it to silence the warning.

Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Acked-by: Madalin Bucur <madalin.bucur@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c

index 84843de25c7b19163b7a55578e7f8ebb655999c7..6e0f47f2c8a3754e7776dd3acef403f4848e1f1a 100644 (file)
@@ -2731,8 +2731,6 @@ static int dpaa_ingress_cgr_init(struct dpaa_priv *priv)
        return err;
 }
 
-static const struct of_device_id dpaa_match[];
-
 static inline u16 dpaa_get_headroom(struct dpaa_buffer_layout *bl)
 {
        u16 headroom;