Browse Source

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>
Lukas Wunner 8 years ago
parent
commit
5ccd5f7057
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/x86/platform/intel-mid/pwr.c

+ 0 - 1
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;
 	return 0;
 }
 }
-EXPORT_SYMBOL_GPL(intel_mid_pci_set_power_state);
 
 
 void intel_mid_pwr_power_off(void)
 void intel_mid_pwr_power_off(void)
 {
 {