[patch] paravirt_patchlist.c missing includes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

paravirt_patchlist.c needs a couple of includes in order to be able to
build .... no idea how this made it into the tree like this in the first
place.

Cheers,
Jes

Add missing includes.

Jes Sorensen <jes@xxxxxxx>

---
 arch/ia64/kernel/paravirt_patchlist.c |    2 ++
 1 file changed, 2 insertions(+)

Index: linux-2.6.git/arch/ia64/kernel/paravirt_patchlist.c
===================================================================
--- linux-2.6.git.orig/arch/ia64/kernel/paravirt_patchlist.c
+++ linux-2.6.git/arch/ia64/kernel/paravirt_patchlist.c
@@ -19,6 +19,8 @@
  */
 
 #include <linux/bug.h>
+#include <linux/init.h>
+#include <linux/kernel.h>
 #include <asm/paravirt.h>
 
 #define DECLARE(name)						\

[Index of Archives]     [Linux Kernel]     [Sparc Linux]     [DCCP]     [Linux ARM]     [Yosemite News]     [Linux SCSI]     [Linux x86_64]     [Linux for Ham Radio]

  Powered by Linux