From: Bjorn Helgaas Date: Sat, 14 Nov 2009 00:34:44 +0000 (-0700) Subject: x86/PCI: MMCONFIG: remove typeof so we can use a list X-Git-Tag: v2.6.33-rc1~321^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=987c367b4e93be6826394e7c9cc14d28bb5c8810;p=pandora-kernel.git x86/PCI: MMCONFIG: remove typeof so we can use a list This replaces "typeof(pci_mmcfg_config[0])" with the actual type because I plan to convert pci_mmcfg_config to a list, and then "pci_mmcfg_config[0]" won't mean anything. Reviewed-by: Yinghai Lu Signed-off-by: Bjorn Helgaas Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed