aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/greth.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/greth.c')
-rw-r--r--drivers/net/greth.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/greth.c b/drivers/net/greth.c
index 27d6960ce09e..1c2dbdb43631 100644
--- a/drivers/net/greth.c
+++ b/drivers/net/greth.c
@@ -1600,6 +1600,9 @@ static struct of_device_id greth_of_match[] = {
1600 { 1600 {
1601 .name = "GAISLER_ETHMAC", 1601 .name = "GAISLER_ETHMAC",
1602 }, 1602 },
1603 {
1604 .name = "01_01d",
1605 },
1603 {}, 1606 {},
1604}; 1607};
1605 1608