Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1245149

[RFC PATCH] PCI: pciehp: pciehp_queue_power_work() can be static

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject [RFC PATCH] PCI: pciehp: pciehp_queue_power_work() can be static
Date 2015-10-12 23:30 +0200
Message-ID <qiSPn-2Lm-1@gated-at.bofh.it> (permalink)
References <qiSPn-2Lm-3@gated-at.bofh.it> <qiQNB-8hD-33@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 pciehp_ctrl.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/hotplug/pciehp_ctrl.c b/drivers/pci/hotplug/pciehp_ctrl.c
index ef96a1d..e27a9e2 100644
--- a/drivers/pci/hotplug/pciehp_ctrl.c
+++ b/drivers/pci/hotplug/pciehp_ctrl.c
@@ -204,7 +204,7 @@ static void pciehp_power_thread(struct work_struct *work)
 	kfree(info);
 }
 
-void pciehp_queue_power_work(struct slot *p_slot, int req)
+static void pciehp_queue_power_work(struct slot *p_slot, int req)
 {
 	struct power_work_info *info;
 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] PCI: pciehp: Queue power work requests in dedicated function Guenter Roeck <linux@roeck-us.net> - 2015-10-12 21:20 +0200
  [RFC PATCH] PCI: pciehp: pciehp_queue_power_work() can be static kbuild test robot <lkp@intel.com> - 2015-10-12 23:30 +0200
  Re: [PATCH 1/2] PCI: pciehp: Queue power work requests in dedicated  function kbuild test robot <lkp@intel.com> - 2015-10-12 23:30 +0200

csiph-web