All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ACPI/nfit: delete the redundant header file
@ 2019-01-07  2:33 ` Xiaochun Lee
  0 siblings, 0 replies; 9+ messages in thread
From: Xiaochun Lee @ 2019-01-07  2:33 UTC (permalink / raw)
  To: linux-acpi, linux-nvdimm; +Cc: rjw, linux-kernel, Xiaochun Lee, zwisler, lenb

From: Xiaochun Lee <lixc17@lenovo.com>

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


_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH] ACPI/nfit: delete the redundant header file
@ 2019-01-07  2:33 ` Xiaochun Lee
  0 siblings, 0 replies; 9+ messages in thread
From: Xiaochun Lee @ 2019-01-07  2:33 UTC (permalink / raw)
  To: linux-acpi-u79uwXL29TY76Z2rM5mHXA, linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw
  Cc: rjw-LthD3rsA81gm4RdzfppkhA, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	Xiaochun Lee, zwisler-DgEjT+Ai2ygdnm+yROfE0A,
	lenb-DgEjT+Ai2ygdnm+yROfE0A

From: Xiaochun Lee <lixc17-6jq1YtArVR3QT0dZR+AlfA@public.gmane.org>

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH] ACPI/nfit: delete the redundant header file
@ 2019-01-07  2:33 ` Xiaochun Lee
  0 siblings, 0 replies; 9+ messages in thread
From: Xiaochun Lee @ 2019-01-07  2:33 UTC (permalink / raw)
  To: linux-acpi, linux-nvdimm
  Cc: dan.j.williams, zwisler, vishal.l.verma, dave.jiang, rjw, lenb,
	linux-kernel, Xiaochun Lee

From: Xiaochun Lee <lixc17@lenovo.com>

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH] ACPI/nfit: delete the redundant header file
@ 2019-01-07  2:33   ` Xiaochun Lee
  0 siblings, 0 replies; 9+ messages in thread
From: Xiaochun Lee @ 2019-01-07  2:33 UTC (permalink / raw)
  To: linux-acpi, linux-nvdimm; +Cc: rjw, linux-kernel, Xiaochun Lee, zwisler, lenb

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>
---
 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


_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH] ACPI/nfit: delete the redundant header file
@ 2019-01-07  2:33   ` Xiaochun Lee
  0 siblings, 0 replies; 9+ messages in thread
From: Xiaochun Lee @ 2019-01-07  2:33 UTC (permalink / raw)
  To: linux-acpi-u79uwXL29TY76Z2rM5mHXA, linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw
  Cc: rjw-LthD3rsA81gm4RdzfppkhA, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	Xiaochun Lee, zwisler-DgEjT+Ai2ygdnm+yROfE0A,
	lenb-DgEjT+Ai2ygdnm+yROfE0A

From: Xiaochun Lee <lixc17-6jq1YtArVR3QT0dZR+AlfA@public.gmane.org>

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

Signed-off-by: Xiaochun Lee <lixc17-6jq1YtArVR3QT0dZR+AlfA@public.gmane.org>
---
 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

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH] ACPI/nfit: delete the redundant header file
@ 2019-01-07  2:33   ` Xiaochun Lee
  0 siblings, 0 replies; 9+ messages in thread
From: Xiaochun Lee @ 2019-01-07  2:33 UTC (permalink / raw)
  To: linux-acpi, linux-nvdimm
  Cc: dan.j.williams, zwisler, vishal.l.verma, dave.jiang, rjw, lenb,
	linux-kernel, Xiaochun Lee

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>
---
 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



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH] ACPI/nfit: delete the redundant header file
@ 2019-01-09  6:23     ` Dan Williams
  0 siblings, 0 replies; 9+ messages in thread
From: Dan Williams @ 2019-01-09  6:23 UTC (permalink / raw)
  To: Xiaochun Lee
  Cc: linux-nvdimm, Rafael J. Wysocki, Linux Kernel Mailing List,
	Xiaochun Lee, Linux ACPI, Ross Zwisler, Len Brown

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.
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] ACPI/nfit: delete the redundant header file
@ 2019-01-09  6:23     ` Dan Williams
  0 siblings, 0 replies; 9+ messages in thread
From: Dan Williams @ 2019-01-09  6:23 UTC (permalink / raw)
  To: Xiaochun Lee
  Cc: linux-nvdimm, Rafael J. Wysocki, Linux Kernel Mailing List,
	Xiaochun Lee, Linux ACPI, Ross Zwisler, Len Brown

On Sun, Jan 6, 2019 at 6:33 PM Xiaochun Lee <lixiaochun.2888-9Onoh4P/yGk@public.gmane.org> wrote:
>
> From: Xiaochun Lee <lixc17-6jq1YtArVR3QT0dZR+AlfA@public.gmane.org>
>
> The header file "intel.h" is repeated here, So delete one.
>
> Signed-off-by: Xiaochun Lee <lixc17-6jq1YtArVR3QT0dZR+AlfA@public.gmane.org>

Thanks, applied.

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] ACPI/nfit: delete the redundant header file
@ 2019-01-09  6:23     ` Dan Williams
  0 siblings, 0 replies; 9+ messages in thread
From: Dan Williams @ 2019-01-09  6:23 UTC (permalink / raw)
  To: Xiaochun Lee
  Cc: Linux ACPI, linux-nvdimm, Ross Zwisler, Vishal L Verma,
	Dave Jiang, Rafael J. Wysocki, Len Brown,
	Linux Kernel Mailing List, Xiaochun Lee

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.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-01-09  6:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-07  2:33 [PATCH] ACPI/nfit: delete the redundant header file Xiaochun Lee
2019-01-07  2:33 ` Xiaochun Lee
2019-01-07  2:33 ` Xiaochun Lee
2019-01-07  2:33 ` Xiaochun Lee
2019-01-07  2:33   ` Xiaochun Lee
2019-01-07  2:33   ` Xiaochun Lee
2019-01-09  6:23   ` Dan Williams
2019-01-09  6:23     ` Dan Williams
2019-01-09  6:23     ` Dan Williams

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.