1
0
Fork 0

[SPARC64]: Fix MODULE_DEVICE_TABLE() specification in VDC and VNET.

Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Fabio Massimo Di Nitto 2007-07-18 14:35:23 -07:00 committed by David S. Miller
parent bc5a2e64a1
commit da68e0814a
2 changed files with 2 additions and 2 deletions

View File

@ -849,7 +849,7 @@ static struct vio_device_id vdc_port_match[] = {
},
{},
};
MODULE_DEVICE_TABLE(vio, vdc_match);
MODULE_DEVICE_TABLE(vio, vdc_port_match);
static struct vio_driver vdc_port_driver = {
.id_table = vdc_port_match,

View File

@ -1136,7 +1136,7 @@ static struct vio_device_id vnet_port_match[] = {
},
{},
};
MODULE_DEVICE_TABLE(vio, vnet_match);
MODULE_DEVICE_TABLE(vio, vnet_port_match);
static struct vio_driver vnet_port_driver = {
.id_table = vnet_port_match,