[PATCH] Char: mxser_new, correct include file
authorJiri Slaby <jirislaby@gmail.com>
Fri, 8 Dec 2006 10:38:12 +0000 (02:38 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:53 +0000 (08:28 -0800)
include mxser_new.h instead of original mxser.h

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/mxser_new.c

index aae4cb3..993e3a2 100644 (file)
@@ -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