[PATCH] ACPI/nfit: delete the redundant header file

From: Xiaochun Lee
Date: Sun Jan 06 2019 - 21:49:28 EST


From: Xiaochun Lee <lixc17@xxxxxxxxxx>

The header file "intel.h" is repeated here, So delete one.

Signed-off-by: Xiaochun Lee <lixc17@xxxxxxxxxx>
---
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