From: lkp@intel.com (kbuild test robot)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH] pci:host: altera_pcie_fixups() can be static
Date: Mon, 19 Oct 2015 17:29:33 +0800 [thread overview]
Message-ID: <20151019092933.GA19329@lkp-nex05> (raw)
In-Reply-To: <1445242768-4423-4-git-send-email-lftan@altera.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
pcie-altera.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pci/host/pcie-altera.c b/drivers/pci/host/pcie-altera.c
index b5e7bc2..45f03e3 100644
--- a/drivers/pci/host/pcie-altera.c
+++ b/drivers/pci/host/pcie-altera.c
@@ -114,7 +114,7 @@ static void altera_pcie_fixup_res(struct pci_dev *dev)
}
}
-void altera_pcie_fixups(struct pci_bus *bus)
+static void altera_pcie_fixups(struct pci_bus *bus)
{
struct pci_dev *dev;
next prev parent reply other threads:[~2015-10-19 9:29 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-19 8:19 [PATCH v10 0/6] Altera PCIe host controller driver with MSI support Ley Foon Tan
2015-10-19 8:19 ` [PATCH v10 1/6] arm: add msi.h to Kbuild Ley Foon Tan
2015-10-19 8:19 ` [PATCH v10 2/6] pci: add Altera PCI vendor ID Ley Foon Tan
2015-10-19 8:19 ` [PATCH v10 3/6] pci:host: Add Altera PCIe host controller driver Ley Foon Tan
2015-10-19 9:29 ` kbuild test robot [this message]
2015-10-19 9:29 ` kbuild test robot
2015-10-19 14:04 ` kbuild test robot
2015-10-19 8:19 ` [PATCH v10 4/6] pci: altera: Add Altera PCIe MSI driver Ley Foon Tan
2015-10-19 8:19 ` [PATCH v10 5/6] Documentation: dt-bindings: pci: altera pcie device tree binding Ley Foon Tan
2015-10-19 8:19 ` [PATCH v10 6/6] MAINTAINERS: Add Altera PCIe and MSI drivers maintainer Ley Foon Tan
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=20151019092933.GA19329@lkp-nex05 \
--to=lkp@intel.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox