From: rajesh.shah@intel.com Date: Tue, 1 Nov 2005 00:20:08 +0000 (-0800) Subject: [PATCH] pciehp: remove redundant data structures X-Git-Tag: v2.6.15-rc1~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca22a5e4d70620b7f3d809e424daa5214b0aa00d;p=pandora-kernel.git [PATCH] pciehp: remove redundant data structures State information is currently stored in per-slot as well as per-pci-function data structures in pciehp. There's a lot of overlap in the information kept, and some of it is never used. This patch consolidates the state information to per-slot and eliminates unused data structures. The biggest change is to eliminate the pci_func structure and the code around managing its lists. Signed-off-by: Rajesh Shah Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed