Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da68e081 authored by Fabio Massimo Di Nitto's avatar Fabio Massimo Di Nitto Committed by David S. Miller
Browse files

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

parent bc5a2e64
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 = {
static struct vio_driver vdc_port_driver = {
	.id_table	= vdc_port_match,
	.id_table	= vdc_port_match,
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 = {
static struct vio_driver vnet_port_driver = {
	.id_table	= vnet_port_match,
	.id_table	= vnet_port_match,