From patchwork Mon Jan 7 02:33:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xiaochun Lee X-Patchwork-Id: 10749811 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4BE8113AD for ; Mon, 7 Jan 2019 02:34:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3A3DA2850F for ; Mon, 7 Jan 2019 02:34:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2DCF428742; Mon, 7 Jan 2019 02:34:04 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 21B9328732 for ; Mon, 7 Jan 2019 02:34:03 +0000 (UTC) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 0A0F1211B1120; Sun, 6 Jan 2019 18:34:03 -0800 (PST) X-Original-To: linux-nvdimm@lists.01.org Delivered-To: linux-nvdimm@lists.01.org Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=123.125.50.132; helo=m50-132.163.com; envelope-from=lixiaochun.2888@163.com; receiver=linux-nvdimm@lists.01.org Received: from m50-132.163.com (m50-132.163.com [123.125.50.132]) by ml01.01.org (Postfix) with ESMTP id B3FF5211B1117 for ; Sun, 6 Jan 2019 18:34:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id; bh=XKUKZzKAvAGz+z/1pu SQxK89fmHaJu6IwArdSK08sE4=; b=CWLt5BfCYidjYX7UREZNtYnFmIRTHwiiYT dHbrqcJEM6uXefUvmWtruT/yOhXgwjh6Ve+Dg/JM1QDiJOhfTcNiNWP0CjQBlvJ1 au4QAG6G09vpd0FB32KdQZHaMv23wkeWkS9aD6xwz2Gwj9KU7uE5ftHqw9AJHt1r sClOx137g= Received: from localhost.localdomain.localdomain (unknown [111.205.43.247]) by smtp2 (Coremail) with SMTP id DNGowACXzyuAujJcPOxpAw--.944S3; Mon, 07 Jan 2019 10:33:39 +0800 (CST) From: Xiaochun Lee To: linux-acpi@vger.kernel.org, linux-nvdimm@lists.01.org Subject: [PATCH] ACPI/nfit: delete the redundant header file Date: Mon, 7 Jan 2019 10:33:36 +0800 Message-Id: <1546828416-3040-2-git-send-email-lixiaochun.2888@163.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1546828416-3040-1-git-send-email-lixiaochun.2888@163.com> References: <1546828416-3040-1-git-send-email-lixiaochun.2888@163.com> X-CM-TRANSID: DNGowACXzyuAujJcPOxpAw--.944S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUU8529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUfnYwUUUUU X-Originating-IP: [111.205.43.247] X-CM-SenderInfo: 5ol0xtprfk30aosymmi6rwjhhfrp/xtbBZwQ1QFetsqgvmwAAsC X-BeenThere: linux-nvdimm@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Linux-nvdimm developer list." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: rjw@rjwysocki.net, linux-kernel@vger.kernel.org, Xiaochun Lee , zwisler@kernel.org, lenb@kernel.org MIME-Version: 1.0 Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" X-Virus-Scanned: ClamAV using ClamSMTP From: Xiaochun Lee The header file "intel.h" is repeated here, So delete one. Signed-off-by: Xiaochun Lee --- drivers/acpi/nfit/core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/acpi/nfit/core.c b/drivers/acpi/nfit/core.c index 011d3db..328e464 100644 --- a/drivers/acpi/nfit/core.c +++ b/drivers/acpi/nfit/core.c @@ -26,7 +26,6 @@ #include #include "intel.h" #include "nfit.h" -#include "intel.h" /* * For readq() and writeq() on 32-bit builds, the hi-lo, lo-hi order is