From: Xiaochun Lee Date: Mon, 7 Jan 2019 02:33:36 +0000 (+0800) Subject: ACPI/nfit: delete the redundant header file X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dadbcb450cb22acbc06bb53edf2bcc9261cb78f3;p=linux.git ACPI/nfit: delete the redundant header file The header file "intel.h" is repeated here, So delete one. Signed-off-by: Xiaochun Lee Signed-off-by: Dan Williams --- diff --git a/drivers/acpi/nfit/core.c b/drivers/acpi/nfit/core.c index 011d3db19c80a..328e464dd8999 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