From: Reinette Chatre Date: Fri, 21 Mar 2008 20:53:41 +0000 (-0700) Subject: iwlwifi: fix __devexit_p points to __devexit functions X-Git-Tag: v2.6.25-rc8~77^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c83dbf687f1e0f6eccb96cd08438285e280a3876;p=pandora-kernel.git 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 CC: Toralf Forster Signed-off-by: Tomas Winkler Signed-off-by: John W. Linville --- Reading git-diff-tree failed