All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jiri Slaby <jirislaby@gmail.com>
To: Andrew Morton <akpm@osdl.org>
Cc: <linux-kernel@vger.kernel.org>, <support@moxa.com.tw>
Subject: [PATCH 1/3] Char: mxser_new, correct include file
Date: Sun, 24 Sep 2006 16:58:45 -0400	[thread overview]
Message-ID: <874737987984375@wsc.cz> (raw)

mxser_new, correct include file

include mxser_new.h instead of original mxser.h

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>

---
commit dd2854d08be285b6b2ea538d7a2090a6c0c9982a
tree d59b00af1fb5aa8851019e000d45764c048572b3
parent 7a6d209f0b3ad71818138d9c2b4694fdf3181859
author Jiri Slaby <jirislaby@gmail.com> Sun, 24 Sep 2006 22:26:30 +0200
committer Jiri Slaby <xslaby@anemoi.localdomain> Sun, 24 Sep 2006 22:26:30 +0200

 drivers/char/mxser_new.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/char/mxser_new.c b/drivers/char/mxser_new.c
index a3aff0b..3c1b750 100644
--- a/drivers/char/mxser_new.c
+++ b/drivers/char/mxser_new.c
@@ -64,7 +64,7 @@ #include <asm/irq.h>
 #include <asm/bitops.h>
 #include <asm/uaccess.h>
 
-#include "mxser.h"
+#include "mxser_new.h"
 
 #define	MXSER_VERSION	"1.8"
 #define	MXSERMAJOR	 174

                 reply	other threads:[~2006-09-24 20:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874737987984375@wsc.cz \
    --to=jirislaby@gmail.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=support@moxa.com.tw \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.