- lguest-files-should-explicitly-include-asm-paravirth.patch removed from -mm tree

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

 



The patch titled
     lguest files should explicitly include asm/paravirt.h
has been removed from the -mm tree.  Its filename was
     lguest-files-should-explicitly-include-asm-paravirth.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: lguest files should explicitly include asm/paravirt.h
From: Jes Sorensen <jes@xxxxxxx>

Files using bits from paravirt.h should explicitly include it rather than
relying on it being pulled in by something else.

Signed-off-by: Jes Sorensen <jes@xxxxxxx>
Cc: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/char/hvc_lguest.c   |    1 +
 drivers/lguest/lguest_bus.c |    1 +
 2 files changed, 2 insertions(+)

diff -puN drivers/char/hvc_lguest.c~lguest-files-should-explicitly-include-asm-paravirth drivers/char/hvc_lguest.c
--- a/drivers/char/hvc_lguest.c~lguest-files-should-explicitly-include-asm-paravirth
+++ a/drivers/char/hvc_lguest.c
@@ -35,6 +35,7 @@
 #include <linux/err.h>
 #include <linux/init.h>
 #include <linux/lguest_bus.h>
+#include <asm/paravirt.h>
 #include "hvc_console.h"
 
 /*D:340 This is our single console input buffer, with associated "struct
diff -puN drivers/lguest/lguest_bus.c~lguest-files-should-explicitly-include-asm-paravirth drivers/lguest/lguest_bus.c
--- a/drivers/lguest/lguest_bus.c~lguest-files-should-explicitly-include-asm-paravirth
+++ a/drivers/lguest/lguest_bus.c
@@ -5,6 +5,7 @@
 #include <linux/bootmem.h>
 #include <linux/lguest_bus.h>
 #include <asm/io.h>
+#include <asm/paravirt.h>
 
 static ssize_t type_show(struct device *_dev,
                          struct device_attribute *attr, char *buf)
_

Patches currently in -mm which might be from jes@xxxxxxx are

memoryless-nodes-uncached-allocator-updates.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux