dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] Char: mxser_new, correct include file

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>
This commit is contained in:
Jiri Slaby 2006-12-08 02:38:12 -08:00 committed by Linus Torvalds
parent 08a4ae44a7
commit 771f2d1af8
1 changed files with 1 additions and 1 deletions

View 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