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:
15ea76d
)
PCI: pci_dfl_cache_line_size is __devinitdata
author
Tejun Heo
<tj@kernel.org>
Thu, 8 Oct 2009 09:59:53 +0000
(18:59 +0900)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Wed, 4 Nov 2009 16:47:12 +0000
(08:47 -0800)
pci_dfl_cache_line_size is marked as __initdata but referenced by
pci_init() which is __devinit. Make it __devinitdata instead of
__initdata.
Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/pci.c
patch
|
blob
|
history
diff --cc
drivers/pci/pci.c
Simple merge