From: rajesh.shah@intel.com Date: Thu, 13 Oct 2005 19:05:41 +0000 (-0700) Subject: [PATCH] shpchp: remove redundant data structures X-Git-Tag: v2.6.15-rc1~731^2~22^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2178bfad9ccb0cbeb79599dd1dc349dd4567aa49;p=pandora-kernel.git [PATCH] shpchp: remove redundant data structures State information is currently stored in per-slot as well as per-pci-function data structures in shpchp. 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