From: Emmanuel Grumbach Date: Tue, 31 May 2011 06:07:00 +0000 (+0300) Subject: iwlagn: move PCI related operations from probe and remove to PCI layer X-Git-Tag: v3.1-rc1~316^2~350^2^2~66^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=084dd79172cb3aad11d2b7ee5628d57badca7c6e;p=pandora-kernel.git iwlagn: move PCI related operations from probe and remove to PCI layer Since we have now a PCI layer, all the init and deinit code that is PCI related should move to there. Also move the IO functions: read8/read32/write32. They need hw_base which is killed from priv. Signed-off-by: Emmanuel Grumbach Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed