diff options
author | Reinette Chatre <reinette.chatre@intel.com> | 2008-03-21 13:53:41 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-24 19:25:08 -0400 |
commit | c83dbf687f1e0f6eccb96cd08438285e280a3876 (patch) | |
tree | 61cc62d96a755b9d634d984d4e8fc96639299b8c /drivers/net/bmac.h | |
parent | c2c25fb8144e9e77910294ee76a888e5c8477793 (diff) |
iwlwifi: fix __devexit_p points to __devexit functions
The iwlxxxx_pci_remove functions are not needed when drivers are not
compiled as modules - they can thus be discarded at kernel link time.
This is already captured by having them as __devexit_p in the pci_driver
struct - these are supposed to be pointers to __devexit functions, but was not.
This is now fixed.
This problem was reported by Toralf Forster when testing the compilation of
2.6.25-rc6.
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
CC: Toralf Forster <toralf.foerster@gmx.de>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/bmac.h')
0 files changed, 0 insertions, 0 deletions