[tip:x86/platform] x86/platform/intel-mid: Unexport intel_mid_pci_set_power_state()

From: tip-bot for Lukas Wunner
Date: Tue Oct 25 2016 - 06:33:17 EST


Commit-ID: 5ccd5f7057d28cdd5a8eadd8d5d158984a0a13a8
Gitweb: http://git.kernel.org/tip/5ccd5f7057d28cdd5a8eadd8d5d158984a0a13a8
Author: Lukas Wunner <lukas@xxxxxxxxx>
AuthorDate: Tue, 25 Oct 2016 08:04:32 +0200
Committer: Ingo Molnar <mingo@xxxxxxxxxx>
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@xxxxxxxxx>
Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
Cc: Bryan O'Donoghue <pure.logic@xxxxxxxxxxxxxxxxx>
Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Link: http://lkml.kernel.org/r/b8cf9b508c89d3c69d20a61ff540e666d4243747.1477374931.git.lukas@xxxxxxxxx
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
---
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)
{