Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 771f2d1a authored by Jiri Slaby's avatar Jiri Slaby Committed by Linus Torvalds
Browse files

[PATCH] Char: mxser_new, correct include file



include mxser_new.h instead of original mxser.h

Signed-off-by: default avatarJiri Slaby <jirislaby@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 08a4ae44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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