[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <b8cf9b508c89d3c69d20a61ff540e666d4243747.1477374931.git.lukas@wunner.de>
Date: Tue, 25 Oct 2016 08:04:32 +0200
From: Lukas Wunner <lukas@...ner.de>
To: Ingo Molnar <mingo@...nel.org>, x86@...nel.org
Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Bryan O'Donoghue <pure.logic@...us-software.ie>,
linux-kernel@...r.kernel.org
Subject: [PATCH] x86/platform/intel-mid: Unexport
intel_mid_pci_set_power_state()
There's no module user of this.
Cc: x86@...nel.org
Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Signed-off-by: Lukas Wunner <lukas@...ner.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
Powered by blists - more mailing lists