The patch titled Char: mxser_new, correct include file has been added to the -mm tree. Its filename is char-mxser_new-correct-include-file.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Char: mxser_new, correct include file From: Jiri Slaby <jirislaby@xxxxxxxxx> include mxser_new.h instead of original mxser.h Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/mxser_new.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/char/mxser_new.c~char-mxser_new-correct-include-file drivers/char/mxser_new.c --- a/drivers/char/mxser_new.c~char-mxser_new-correct-include-file +++ a/drivers/char/mxser_new.c @@ -64,7 +64,7 @@ #include <asm/bitops.h> #include <asm/uaccess.h> -#include "mxser.h" +#include "mxser_new.h" #define MXSER_VERSION "1.8" #define MXSERMAJOR 174 _ Patches currently in -mm which might be from jirislaby@xxxxxxxxx are origin.patch git-watchdog.patch isicom-correct-firmware-loading.patch pci-mxser-pci-refcounts.patch mxser-make-an-experimental-clone.patch char-mxser_new-correct-include-file.patch char-mxser_new-upgrade-to-191.patch char-mxser_new-rework-to-allow-dynamic-structs.patch hisax-niccy-cleanup.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