[PATCH] cxl: drop duplicate header sched.h
Subsystems:
char and misc drivers, the rest
STALE3572d
4 messages,
4 authors,
2016-11-28 · open the first message on its own page
Drop duplicate header sched.h from native.c.
Signed-off-by: Geliang Tang <redacted>
---
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
On 24/11/16 02:27, Geliang Tang wrote:
Drop duplicate header sched.h from native.c.
Signed-off-by: Geliang Tang <redacted>
Good catch!
Reviewed-by: Andrew Donnellan <redacted>
--
Andrew Donnellan OzLabs, ADL Canberra
andrew.donnellan@au1.ibm.com IBM Australia Limited
Acked-by: Ian Munsie <redacted>
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 <redacted>
Reviewed-by: Andrew Donnellan <redacted>
Applied to powerpc next, thanks.
https://git.kernel.org/powerpc/c/7184bc2ddb15d9539c701668d6a5be
cheers