Commit f8f5bc45 authored by Ben Collins's avatar Ben Collins

IEEE1394/eth1394(r1175): Added MODULE_DEVICE_TABLE().

parent 354c3fa9
......@@ -460,6 +460,8 @@ static struct ieee1394_device_id eth1394_id_table[] = {
{}
};
MODULE_DEVICE_TABLE(ieee1394, eth1394_id_table);
static struct hpsb_protocol_driver eth1394_proto_driver = {
.name = "IPv4 over 1394 Driver",
.id_table = eth1394_id_table,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment