|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] linux: remove unnecessary inclusion of kthread.h
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
Index: head-2007-07-10/drivers/xen/core/machine_reboot.c
===================================================================
--- head-2007-07-10.orig/drivers/xen/core/machine_reboot.c 2007-07-12
15:51:09.000000000 +0200
+++ head-2007-07-10/drivers/xen/core/machine_reboot.c 2007-06-21
11:41:24.000000000 +0200
@@ -13,7 +13,6 @@
#include <asm/hypervisor.h>
#include <xen/xenbus.h>
#include <linux/cpu.h>
-#include <linux/kthread.h>
#include <xen/gnttab.h>
#include <xen/xencons.h>
#include <xen/cpu_hotplug.h>
Index: head-2007-07-10/drivers/xen/privcmd/privcmd.c
===================================================================
--- head-2007-07-10.orig/drivers/xen/privcmd/privcmd.c 2007-07-12
15:51:09.000000000 +0200
+++ head-2007-07-10/drivers/xen/privcmd/privcmd.c 2007-07-12
15:51:21.000000000 +0200
@@ -18,7 +18,6 @@
#include <linux/highmem.h>
#include <linux/pagemap.h>
#include <linux/seq_file.h>
-#include <linux/kthread.h>
#include <asm/hypervisor.h>
#include <asm/pgalloc.h>
Index: head-2007-07-10/drivers/xen/xenbus/xenbus_probe.c
===================================================================
--- head-2007-07-10.orig/drivers/xen/xenbus/xenbus_probe.c 2007-07-12
15:51:09.000000000 +0200
+++ head-2007-07-10/drivers/xen/xenbus/xenbus_probe.c 2007-07-12
15:51:25.000000000 +0200
@@ -41,7 +41,6 @@
#include <linux/fcntl.h>
#include <linux/mm.h>
#include <linux/notifier.h>
-#include <linux/kthread.h>
#include <linux/mutex.h>
#include <asm/io.h>
Index: head-2007-07-10/drivers/xen/xenbus/xenbus_probe_backend.c
===================================================================
--- head-2007-07-10.orig/drivers/xen/xenbus/xenbus_probe_backend.c
2007-07-12 15:51:09.000000000 +0200
+++ head-2007-07-10/drivers/xen/xenbus/xenbus_probe_backend.c 2007-06-21
11:41:24.000000000 +0200
@@ -41,7 +41,6 @@
#include <linux/fcntl.h>
#include <linux/mm.h>
#include <linux/notifier.h>
-#include <linux/kthread.h>
#include <asm/io.h>
#include <asm/page.h>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] linux: remove unnecessary inclusion of kthread.h,
Jan Beulich <=
|
|
|
|
|