aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/ucc_geth.c
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2015-03-17 19:37:34 +0100
committerDavid S. Miller <davem@davemloft.net>2015-03-17 15:00:21 -0400
commit94e5a2a88affa2ff9f95c8577166d2954a110ea8 (patch)
treed1cf0458028d703a8c610d5b274109c54c666549 /drivers/net/ethernet/freescale/ucc_geth.c
parentAltera TSE: constify of_device_id array (diff)
downloadlinux-dev-94e5a2a88affa2ff9f95c8577166d2954a110ea8.tar.xz
linux-dev-94e5a2a88affa2ff9f95c8577166d2954a110ea8.zip
net/fsl: constify of_device_id array
of_device_id is always used as const. (See driver.of_match_table and open firmware functions) Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/freescale/ucc_geth.c')
-rw-r--r--drivers/net/ethernet/freescale/ucc_geth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/freescale/ucc_geth.c b/drivers/net/ethernet/freescale/ucc_geth.c
index 357e8b576905..bfdccbd58be0 100644
--- a/drivers/net/ethernet/freescale/ucc_geth.c
+++ b/drivers/net/ethernet/freescale/ucc_geth.c
@@ -3930,7 +3930,7 @@ static int ucc_geth_remove(struct platform_device* ofdev)
return 0;
}
-static struct of_device_id ucc_geth_match[] = {
+static const struct of_device_id ucc_geth_match[] = {
{
.type = "network",
.compatible = "ucc_geth",