projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf11372
)
x86/platform/intel-mid: Unexport intel_mid_pci_set_power_state()
author
Lukas Wunner
<lukas@wunner.de>
Tue, 25 Oct 2016 06:04:32 +0000
(08:04 +0200)
committer
Ingo Molnar
<mingo@kernel.org>
Tue, 25 Oct 2016 09:48:37 +0000
(11:48 +0200)
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
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/platform/intel-mid/pwr.c
b/arch/x86/platform/intel-mid/pwr.c
index 5d3b45ad1c034d4ca922ccdd10ad7d2edb565384..59628e4b55513b6e6ccadbb2f16e1137a7f52102 100644
(file)
--- 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)
{