commit | 987c367b4e93be6826394e7c9cc14d28bb5c8810 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Fri Nov 13 17:34:44 2009 -0700 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Tue Nov 24 15:30:08 2009 -0800 |
tree | 822f6e71b813b8c424f1dc4fdaed726372b623c3 | |
parent | 3f0f5503926f7447615f083c2d57545a83b6357c [diff] |
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 <yinghai@kernel.org> Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>