[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1546828416-3040-2-git-send-email-lixiaochun.2888@163.com>
Date: Mon, 7 Jan 2019 10:33:36 +0800
From: Xiaochun Lee <lixiaochun.2888@....com>
To: linux-acpi@...r.kernel.org, linux-nvdimm@...ts.01.org
Cc: dan.j.williams@...el.com, zwisler@...nel.org,
vishal.l.verma@...el.com, dave.jiang@...el.com, rjw@...ysocki.net,
lenb@...nel.org, linux-kernel@...r.kernel.org,
Xiaochun Lee <lixc17@...ovo.com>
Subject: [PATCH] ACPI/nfit: delete the redundant header file
From: Xiaochun Lee <lixc17@...ovo.com>
The header file "intel.h" is repeated here, So delete one.
Signed-off-by: Xiaochun Lee <lixc17@...ovo.com>
---
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 <acpi/nfit.h>
#include "intel.h"
#include "nfit.h"
-#include "intel.h"
/*
* For readq() and writeq() on 32-bit builds, the hi-lo, lo-hi order is
--
1.8.3.1
Powered by blists - more mailing lists