From: Emmanuel Grumbach Date: Tue, 24 May 2011 08:39:02 +0000 (+0300) Subject: iwlagn: add a iwl_pci.[ch] files that will contain all PCI specific code X-Git-Tag: v3.1-rc1~316^2~350^2^2~66^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48d1a2110ad9cb86e5cb0d790729824fa3cca83b;p=pandora-kernel.git iwlagn: add a iwl_pci.[ch] files that will contain all PCI specific code Move some PCI functionality to the new iwl_pci.[ch] files: * the PCI_DEVICE_TABLE * the pci_driver struct definition * the PCI probe / remove functions * the PCI suspend / resume functions All these functions are now split: the trigger comes from the PCI layer which calls to the bus generic code located in the other files. This is the beginning only. There are still a lot of PCI related code needs to be gathered. Signed-off-by: Emmanuel Grumbach Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed