[SPARC64]: Fix MODULE_DEVICE_TABLE() specification in VDC and VNET.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
bc5a2e64a1
commit
da68e0814a
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user