diff options
author | Xiaochun Lee | 2019-01-07 10:33:36 +0800 |
---|---|---|
committer | Dan Williams | 2019-01-08 17:28:45 -0800 |
commit | dadbcb450cb22acbc06bb53edf2bcc9261cb78f3 (patch) | |
tree | 6e78ec8ce237cf1f843c29b9b437b2e944b6133a /drivers/acpi/nfit | |
parent | bfeffd155283772bbe78c6a05dec7c0128ee500c (diff) |
ACPI/nfit: delete the redundant header file
The header file "intel.h" is repeated here, So delete one.
Signed-off-by: Xiaochun Lee <lixc17@lenovo.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/acpi/nfit')
-rw-r--r-- | drivers/acpi/nfit/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/nfit/core.c b/drivers/acpi/nfit/core.c index 011d3db19c80..328e464dd899 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 |