diff options
Diffstat (limited to 'drivers/net/sunvnet.c')
-rw-r--r-- | drivers/net/sunvnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sunvnet.c b/drivers/net/sunvnet.c index b801e3b3a11a..ef0066bab2cf 100644 --- a/drivers/net/sunvnet.c +++ b/drivers/net/sunvnet.c | |||
@@ -1136,7 +1136,7 @@ static struct vio_device_id vnet_port_match[] = { | |||
1136 | }, | 1136 | }, |
1137 | {}, | 1137 | {}, |
1138 | }; | 1138 | }; |
1139 | MODULE_DEVICE_TABLE(vio, vnet_match); | 1139 | MODULE_DEVICE_TABLE(vio, vnet_port_match); |
1140 | 1140 | ||
1141 | static struct vio_driver vnet_port_driver = { | 1141 | static struct vio_driver vnet_port_driver = { |
1142 | .id_table = vnet_port_match, | 1142 | .id_table = vnet_port_match, |