Message ID | 1546828416-3040-2-git-send-email-lixiaochun.2888@163.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | dadbcb450cb22acbc06bb53edf2bcc9261cb78f3 |
Headers | show |
Series | ACPI/nfit: delete the redundant header file | expand |
On Sun, Jan 6, 2019 at 6:33 PM Xiaochun Lee <lixiaochun.2888@163.com> wrote: > > From: Xiaochun Lee <lixc17@lenovo.com> > > The header file "intel.h" is repeated here, So delete one. > > Signed-off-by: Xiaochun Lee <lixc17@lenovo.com> Thanks, applied. By the way, no need for a cover letter if it's only one patch.
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