2016-11-23 15:27:52

by Geliang Tang

[permalink] [raw]
Subject: [PATCH] cxl: drop duplicate header sched.h

Drop duplicate header sched.h from native.c.

Signed-off-by: Geliang Tang <[email protected]>
---
drivers/misc/cxl/native.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/misc/cxl/native.c b/drivers/misc/cxl/native.c
index c336350..aeefa53 100644
--- a/drivers/misc/cxl/native.c
+++ b/drivers/misc/cxl/native.c
@@ -10,7 +10,6 @@
#include <linux/spinlock.h>
#include <linux/sched.h>
#include <linux/slab.h>
-#include <linux/sched.h>
#include <linux/mutex.h>
#include <linux/mm.h>
#include <linux/uaccess.h>
--
2.9.3


2016-11-24 00:18:10

by Andrew Donnellan

[permalink] [raw]
Subject: Re: [PATCH] cxl: drop duplicate header sched.h

On 24/11/16 02:27, Geliang Tang wrote:
> Drop duplicate header sched.h from native.c.
>
> Signed-off-by: Geliang Tang <[email protected]>

Good catch!

Reviewed-by: Andrew Donnellan <[email protected]>

--
Andrew Donnellan OzLabs, ADL Canberra
[email protected] IBM Australia Limited

2016-11-28 12:15:54

by Michael Ellerman

[permalink] [raw]
Subject: Re: cxl: drop duplicate header sched.h

On Wed, 2016-11-23 at 15:27:38 UTC, Geliang Tang wrote:
> Drop duplicate header sched.h from native.c.
>
> Signed-off-by: Geliang Tang <[email protected]>
> Reviewed-by: Andrew Donnellan <[email protected]>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/7184bc2ddb15d9539c701668d6a5be

cheers