Re: cxl: drop duplicate header sched.h

2016-11-28 Thread Michael Ellerman
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 > Reviewed-by: Andrew Donnellan Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/7184bc2ddb15d9539c701668d6a5be cheers

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

2016-11-23 Thread Ian Munsie
Acked-by: Ian Munsie

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

2016-11-23 Thread Andrew Donnellan
On 24/11/16 02:27, Geliang Tang wrote: Drop duplicate header sched.h from native.c. Signed-off-by: Geliang Tang Good catch! Reviewed-by: Andrew Donnellan -- Andrew Donnellan OzLabs, ADL Canberra andrew.donnel...@au1.ibm.com IBM Australia Limited

[PATCH] cxl: drop duplicate header sched.h

2016-11-23 Thread Geliang Tang
Drop duplicate header sched.h from native.c. Signed-off-by: Geliang Tang --- 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/nat