aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Wunner <[email protected]>2016-10-25 08:04:32 +0200
committerIngo Molnar <[email protected]>2016-10-25 11:48:37 +0200
commit5ccd5f7057d28cdd5a8eadd8d5d158984a0a13a8 (patch)
treedf406674a4108733676494dc40f4a3804166bae5
parentcf11372949434fc4a6194b1ed9eb861d08032d08 (diff)
x86/platform/intel-mid: Unexport intel_mid_pci_set_power_state()
There's no module user of this. Signed-off-by: Lukas Wunner <[email protected]> Cc: Andy Shevchenko <[email protected]> Cc: Bryan O'Donoghue <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Link: http://lkml.kernel.org/r/b8cf9b508c89d3c69d20a61ff540e666d4243747.1477374931.git.lukas@wunner.de Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r--arch/x86/platform/intel-mid/pwr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/platform/intel-mid/pwr.c b/arch/x86/platform/intel-mid/pwr.c
index 5d3b45ad1c03..59628e4b5551 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)
{