Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753348Ab2JIGEp (ORCPT ); Tue, 9 Oct 2012 02:04:45 -0400 Received: from mail-qa0-f53.google.com ([209.85.216.53]:58217 "EHLO mail-qa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753129Ab2JIGD7 (ORCPT ); Tue, 9 Oct 2012 02:03:59 -0400 From: Len Brown To: linux-acpi@vger.kernel.org, linux-pm@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Wei Yongjun , Len Brown Subject: [PATCH 30/30] tools/power/acpi/acpidump: remove duplicated include from acpidump.c Date: Tue, 9 Oct 2012 01:54:20 -0400 Message-Id: <4084a9b99ccd05bf5e13dcd248e3b56a682fa4d6.1349761836.git.len.brown@intel.com> X-Mailer: git-send-email 1.8.0.rc1 In-Reply-To: <1349762060-25334-1-git-send-email-lenb@kernel.org> References: <1349762060-25334-1-git-send-email-lenb@kernel.org> In-Reply-To: References: Reply-To: Len Brown Organization: Intel Open Source Technology Center Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 933 Lines: 33 From: Wei Yongjun Remove duplicated include. dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun Signed-off-by: Len Brown --- tools/power/acpi/acpidump.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/power/acpi/acpidump.c b/tools/power/acpi/acpidump.c index 0777987..a84553a 100644 --- a/tools/power/acpi/acpidump.c +++ b/tools/power/acpi/acpidump.c @@ -62,7 +62,6 @@ typedef long long s64; #include #include -#include #include #include -- 1.8.0.rc1 -- 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/