All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/platform/intel-mid: Unexport intel_mid_pci_set_power_state()
@ 2016-10-25  6:04 Lukas Wunner
  2016-10-25 10:32 ` [tip:x86/platform] " tip-bot for Lukas Wunner
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Wunner @ 2016-10-25  6:04 UTC (permalink / raw)
  To: Ingo Molnar, x86; +Cc: Andy Shevchenko, Bryan O'Donoghue, linux-kernel

There's no module user of this.

Cc: x86@kernel.org
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Lukas Wunner <lukas@wunner.de>
---
 arch/x86/platform/intel-mid/pwr.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/platform/intel-mid/pwr.c b/arch/x86/platform/intel-mid/pwr.c
index 67375dd..ef03852 100644
--- a/arch/x86/platform/intel-mid/pwr.c
+++ b/arch/x86/platform/intel-mid/pwr.c
@@ -270,7 +270,6 @@ int intel_mid_pci_set_power_state(struct pci_dev *pdev, pci_power_t state)
 
 	return 0;
 }
-EXPORT_SYMBOL_GPL(intel_mid_pci_set_power_state);
 
 pci_power_t intel_mid_pci_get_power_state(struct pci_dev *pdev)
 {
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [tip:x86/platform] x86/platform/intel-mid: Unexport intel_mid_pci_set_power_state()
  2016-10-25  6:04 [PATCH] x86/platform/intel-mid: Unexport intel_mid_pci_set_power_state() Lukas Wunner
@ 2016-10-25 10:32 ` tip-bot for Lukas Wunner
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Lukas Wunner @ 2016-10-25 10:32 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: peterz, lukas, mingo, tglx, andriy.shevchenko, hpa, torvalds,
	pure.logic, linux-kernel

Commit-ID:  5ccd5f7057d28cdd5a8eadd8d5d158984a0a13a8
Gitweb:     http://git.kernel.org/tip/5ccd5f7057d28cdd5a8eadd8d5d158984a0a13a8
Author:     Lukas Wunner <lukas@wunner.de>
AuthorDate: Tue, 25 Oct 2016 08:04:32 +0200
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Tue, 25 Oct 2016 11:48:37 +0200

x86/platform/intel-mid: Unexport intel_mid_pci_set_power_state()

There's no module user of this.

Signed-off-by: Lukas Wunner <lukas@wunner.de>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Bryan O'Donoghue <pure.logic@nexus-software.ie>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/b8cf9b508c89d3c69d20a61ff540e666d4243747.1477374931.git.lukas@wunner.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 arch/x86/platform/intel-mid/pwr.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/platform/intel-mid/pwr.c b/arch/x86/platform/intel-mid/pwr.c
index 5d3b45a..59628e4 100644
--- a/arch/x86/platform/intel-mid/pwr.c
+++ b/arch/x86/platform/intel-mid/pwr.c
@@ -270,7 +270,6 @@ int intel_mid_pci_set_power_state(struct pci_dev *pdev, pci_power_t state)
 
 	return 0;
 }
-EXPORT_SYMBOL_GPL(intel_mid_pci_set_power_state);
 
 void intel_mid_pwr_power_off(void)
 {

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-25 10:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-25  6:04 [PATCH] x86/platform/intel-mid: Unexport intel_mid_pci_set_power_state() Lukas Wunner
2016-10-25 10:32 ` [tip:x86/platform] " tip-bot for Lukas Wunner

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.