diff options
Diffstat (limited to 'drivers/net/sis190.c')
-rw-r--r-- | drivers/net/sis190.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sis190.c b/drivers/net/sis190.c index 478791e09bf7..b420182eec4b 100644 --- a/drivers/net/sis190.c +++ b/drivers/net/sis190.c | |||
@@ -329,7 +329,7 @@ static struct mii_chip_info { | |||
329 | { NULL, } | 329 | { NULL, } |
330 | }; | 330 | }; |
331 | 331 | ||
332 | const static struct { | 332 | static const struct { |
333 | const char *name; | 333 | const char *name; |
334 | } sis_chip_info[] = { | 334 | } sis_chip_info[] = { |
335 | { "SiS 190 PCI Fast Ethernet adapter" }, | 335 | { "SiS 190 PCI Fast Ethernet adapter" }, |