git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f0f550
)
x86/PCI: MMCONFIG: remove typeof so we can use a list
author
Bjorn Helgaas
<bjorn.helgaas@hp.com>
Sat, 14 Nov 2009 00:34:44 +0000
(17:34 -0700)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Tue, 24 Nov 2009 23:30:08 +0000
(15:30 -0800)
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>
No differences found