diff options
Diffstat (limited to 'drivers/net/sunlance.c')
-rw-r--r-- | drivers/net/sunlance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sunlance.c b/drivers/net/sunlance.c index 292feb2154b4..30cdb81853b4 100644 --- a/drivers/net/sunlance.c +++ b/drivers/net/sunlance.c | |||
@@ -1571,7 +1571,7 @@ static int __devexit sunlance_sbus_remove(struct of_device *op) | |||
1571 | return 0; | 1571 | return 0; |
1572 | } | 1572 | } |
1573 | 1573 | ||
1574 | static struct of_device_id sunlance_sbus_match[] = { | 1574 | static const struct of_device_id sunlance_sbus_match[] = { |
1575 | { | 1575 | { |
1576 | .name = "le", | 1576 | .name = "le", |
1577 | }, | 1577 | }, |