mirror of
https://github.com/ipxe/ipxe
synced 2025-12-31 15:25:23 +03:00
Automatically updated using
perl -pi -0777 -e 's/_disable\s*\(\s*struct dev \*dev\s*\)\s*{\s*struct nic \*nic.*?$/_disable ( struct nic *nic ) {/ms' *.c
perl -pi -0777 -e 's/_disable\s*\(\s*struct dev \*dev(\s*__unused)?\)\s*{/_disable ( struct nic *nic$1 ) {/ms' *.c
This commit is contained in:
@@ -663,8 +663,7 @@ a3c90x_poll(struct nic *nic, int retrieve)
|
||||
*** [Ken]
|
||||
***/
|
||||
static void
|
||||
a3c90x_disable(struct dev *dev __unused)
|
||||
{
|
||||
a3c90x_disable ( struct nic *nic __unused ) {
|
||||
/* reset and disable merge */
|
||||
a3c90x_reset();
|
||||
/* Disable the receiver and transmitter. */
|
||||
|
||||
Reference in New Issue
Block a user