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:
c9eaa44
)
PCI: imx6: Fix imx6_add_pcie_port() section mismatch warning
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 30 May 2014 06:38:48 +0000
(12:08 +0530)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Fri, 30 May 2014 15:45:58 +0000
(09:45 -0600)
imx6_add_pcie_port() is called only from from imx6_pcie_probe() which is
annotated with __init. Thus it makes sense to annotate
imx6_add_pcie_port() with __init to avoid section mismatch warnings.
[bhelgaas: changelog]
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Sean Cross <xobs@kosagi.com>
drivers/pci/host/pci-imx6.c
patch
|
blob
|
history
diff --cc
drivers/pci/host/pci-imx6.c
Simple merge