Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932207AbbFSDjp (ORCPT ); Thu, 18 Jun 2015 23:39:45 -0400 Received: from mga02.intel.com ([134.134.136.20]:4731 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753879AbbFSDjZ (ORCPT ); Thu, 18 Jun 2015 23:39:25 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,642,1427785200"; d="scan'208";a="746259745" From: Lv Zheng To: "Rafael J. Wysocki" , Len Brown Cc: Lv Zheng , Lv Zheng , , linux-acpi@vger.kernel.org, Bob Moore Subject: [PATCH 10/32] ACPICA: Remove a prototype for the reduced hardware case. Date: Fri, 19 Jun 2015 11:39:21 +0800 Message-Id: <62415c63b2c3e0708dd0f223a9f5e6092b2ed134.1434684720.git.lv.zheng@intel.com> X-Mailer: git-send-email 1.7.10 In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1184 Lines: 38 From: Bob Moore ACPICA commit 70f62a80d65515e1285fdeeb50d94ee6f07df4bd Causes an error on some hosts. Link: https://github.com/acpica/acpica/commit/70f62a80 Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- drivers/acpi/acpica/hwxfsleep.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/acpi/acpica/hwxfsleep.c b/drivers/acpi/acpica/hwxfsleep.c index 5601fed..c25fedb 100644 --- a/drivers/acpi/acpica/hwxfsleep.c +++ b/drivers/acpi/acpica/hwxfsleep.c @@ -50,10 +50,12 @@ ACPI_MODULE_NAME("hwxfsleep") /* Local prototypes */ +#if (!ACPI_REDUCED_HARDWARE) static acpi_status acpi_hw_set_firmware_waking_vector(struct acpi_table_facs *facs, acpi_physical_address physical_address, acpi_physical_address physical_address64); +#endif static acpi_status acpi_hw_sleep_dispatch(u8 sleep_state, u32 function_id); -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/