Re: [PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h

2017-02-27 Thread Boris Ostrovsky
On 02/27/2017 02:56 AM, Juergen Gross wrote: > On 26/02/17 08:15, Masanari Iida wrote: >> This patch remove duplicate inclusion of linux/init.h in >> xenbus_dev_frontend.c. >> Confirm successfully compile after remove the line. >> >> Signed-off-by: Masanari Iida > Reviewed-by: Juergen Gross App

Re: [PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h

2017-02-27 Thread Juergen Gross
On 26/02/17 08:15, Masanari Iida wrote: > This patch remove duplicate inclusion of linux/init.h in > xenbus_dev_frontend.c. > Confirm successfully compile after remove the line. > > Signed-off-by: Masanari Iida Reviewed-by: Juergen Gross Thanks, Juergen

[PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h

2017-02-25 Thread Masanari Iida
This patch remove duplicate inclusion of linux/init.h in xenbus_dev_frontend.c. Confirm successfully compile after remove the line. Signed-off-by: Masanari Iida --- drivers/xen/xenbus/xenbus_dev_frontend.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/xen/xenbus/xenbus_dev_frontend.