Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933798AbcJYGEf (ORCPT ); Tue, 25 Oct 2016 02:04:35 -0400 Received: from mailout3.hostsharing.net ([176.9.242.54]:50991 "EHLO mailout3.hostsharing.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751302AbcJYGEd (ORCPT ); Tue, 25 Oct 2016 02:04:33 -0400 X-Mailbox-Line: From b8cf9b508c89d3c69d20a61ff540e666d4243747 Mon Sep 17 00:00:00 2001 Message-Id: From: Lukas Wunner Date: Tue, 25 Oct 2016 08:04:32 +0200 Subject: [PATCH] x86/platform/intel-mid: Unexport intel_mid_pci_set_power_state() To: Ingo Molnar , x86@kernel.org Cc: Andy Shevchenko , "Bryan O'Donoghue" , linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 667 Lines: 23 There's no module user of this. Cc: x86@kernel.org Cc: Andy Shevchenko Signed-off-by: Lukas Wunner --- 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