Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756325Ab3GCPRp (ORCPT ); Wed, 3 Jul 2013 11:17:45 -0400 Received: from mga02.intel.com ([134.134.136.20]:19265 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752797Ab3GCPRn (ORCPT ); Wed, 3 Jul 2013 11:17:43 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,988,1363158000"; d="scan'208";a="359990377" From: Haicheng Li To: linux-kernel@vger.kernel.org Cc: Haicheng Li , Haicheng Li , Len Brown , "Rafael J. Wysocki" , linux-acpi@vger.kernel.org Subject: [PATCH 3/3] acpi: remove unused LIST_HEAD(acpi_device_list) Date: Wed, 3 Jul 2013 23:16:18 +0800 Message-Id: <1372864578-6925-3-git-send-email-haicheng.li@linux.intel.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1372864578-6925-1-git-send-email-haicheng.li@linux.intel.com> References: <1372864578-6925-1-git-send-email-haicheng.li@linux.intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 877 Lines: 28 Cc: Len Brown Cc: "Rafael J. Wysocki" Cc: linux-acpi@vger.kernel.org Signed-off-by: Haicheng Li --- drivers/acpi/scan.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index 27da630..fcc0cdc 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -29,7 +29,6 @@ extern struct acpi_device *acpi_root; static const char *dummy_hid = "device"; -static LIST_HEAD(acpi_device_list); static LIST_HEAD(acpi_bus_id_list); static DEFINE_MUTEX(acpi_scan_lock); static LIST_HEAD(acpi_scan_handlers_list); -- 1.7.9.5 -- 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/