Skip to content

Commit

Permalink
[PATCH] Char: mxser_new, correct include file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Dec 8, 2006
1 parent 08a4ae4 commit 771f2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/mxser_new.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 771f2d1

Please sign in to comment.