diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2012-02-13 05:23:17 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-02-22 14:51:14 -0500 |
commit | f03ee2a87e21f76928c10d822639ec437113d312 (patch) | |
tree | 002cee0f71786f88ce3d859abe2fc6c1304745c1 /drivers/net/wireless/iwlegacy/3945-mac.c | |
parent | a89268e8cdcd52680bda21ada05f2716c6466377 (diff) |
iwlegacy: remove il_apm_ops
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/3945-mac.c')
-rw-r--r-- | drivers/net/wireless/iwlegacy/3945-mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlegacy/3945-mac.c b/drivers/net/wireless/iwlegacy/3945-mac.c index b7d5ebc512d3..ba01d2d2ff97 100644 --- a/drivers/net/wireless/iwlegacy/3945-mac.c +++ b/drivers/net/wireless/iwlegacy/3945-mac.c | |||
@@ -3672,7 +3672,7 @@ il3945_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
3672 | * PCI Tx retries from interfering with C3 CPU state */ | 3672 | * PCI Tx retries from interfering with C3 CPU state */ |
3673 | pci_write_config_byte(pdev, 0x41, 0x00); | 3673 | pci_write_config_byte(pdev, 0x41, 0x00); |
3674 | 3674 | ||
3675 | /* these spin locks will be used in apm_ops.init and EEPROM access | 3675 | /* these spin locks will be used in apm_init and EEPROM access |
3676 | * we should init now | 3676 | * we should init now |
3677 | */ | 3677 | */ |
3678 | spin_lock_init(&il->reg_lock); | 3678 | spin_lock_init(&il->reg_lock); |