2019-01-07 02:53:08

by Xiaochun Lee

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

From: Xiaochun Lee <[email protected]>

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

Xiaochun Lee (1):
ACPI/nfit: delete the redundant header file

drivers/acpi/nfit/core.c | 1 -
1 file changed, 1 deletion(-)

--
1.8.3.1




2019-01-07 02:50:38

by Xiaochun Lee

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

From: Xiaochun Lee <[email protected]>

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

Signed-off-by: Xiaochun Lee <[email protected]>
---
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



2019-01-09 06:24:59

by Dan Williams

[permalink] [raw]
Subject: Re: [PATCH] ACPI/nfit: delete the redundant header file

On Sun, Jan 6, 2019 at 6:33 PM Xiaochun Lee <[email protected]> wrote:
>
> From: Xiaochun Lee <[email protected]>
>
> The header file "intel.h" is repeated here, So delete one.
>
> Signed-off-by: Xiaochun Lee <[email protected]>

Thanks, applied.

By the way, no need for a cover letter if it's only one patch.