From: Bjorn Helgaas <bhelgaas@google.com>
To: Jingoo Han <jg1.han@samsung.com>
Cc: linux-pci@vger.kernel.org, 'Simon Horman' <horms@verge.net.au>,
'Phil Edworthy' <phil.edworthy@renesas.com>
Subject: Re: [PATCH] PCI: rcar: make local symbol static
Date: Wed, 29 Oct 2014 10:09:52 -0600 [thread overview]
Message-ID: <20141029160952.GB12090@google.com> (raw)
In-Reply-To: <000201cfee66$b319ef90$194dceb0$%han@samsung.com>
On Thu, Oct 23, 2014 at 11:11:47AM +0900, Jingoo Han wrote:
> Make local symbol static, because this is used only in this file.
>
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Applied to pci/host-rcar for v3.19 with Simon's ack, thanks!
> ---
> drivers/pci/host/pcie-rcar.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pci/host/pcie-rcar.c b/drivers/pci/host/pcie-rcar.c
> index 61158e0..0df9b29 100644
> --- a/drivers/pci/host/pcie-rcar.c
> +++ b/drivers/pci/host/pcie-rcar.c
> @@ -389,7 +389,7 @@ static void rcar_pcie_add_bus(struct pci_bus *bus)
> }
> }
>
> -struct hw_pci rcar_pci = {
> +static struct hw_pci rcar_pci = {
> .setup = rcar_pcie_setup,
> .map_irq = of_irq_parse_and_map_pci,
> .ops = &rcar_pcie_ops,
> --
> 1.7.9.5
>
>
prev parent reply other threads:[~2014-10-29 16:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-23 2:11 [PATCH] PCI: rcar: make local symbol static Jingoo Han
2014-10-29 1:55 ` Simon Horman
2014-10-29 16:09 ` Bjorn Helgaas [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141029160952.GB12090@google.com \
--to=bhelgaas@google.com \
--cc=horms@verge.net.au \
--cc=jg1.han@samsung.com \
--cc=linux-pci@vger.kernel.org \
--cc=phil.edworthy@renesas.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.