mirror of
https://github.com/ipxe/ipxe
synced 2026-01-11 07:58:34 +03:00
Automatically updated with
perl -pi -0777 -e 's/^static struct \w+_driver (\w+) =\s*(\w+_DRIVER \()/${2} ${1},/msg' *.c
This commit is contained in:
@@ -762,8 +762,7 @@ static struct isapnp_id t515_adapters[] = {
|
||||
{ "3c515 (ISAPnP)", ISAPNP_VENDOR('T','C','M'), 0x5051 },
|
||||
};
|
||||
|
||||
static struct isapnp_driver t515_driver =
|
||||
ISAPNP_DRIVER ( t515_adapters );
|
||||
ISAPNP_DRIVER ( t515_driver, t515_adapters );
|
||||
|
||||
DRIVER ( "3c515", nic_driver, isapnp_driver, t515_driver,
|
||||
t515_probe, t515_disable );
|
||||
|
||||
Reference in New Issue
Block a user