The patch titled
     SC26XX: missing PORT define in serial_core.h
has been added to the -mm tree.  Its filename is
     sc26xx-missing-port-define-in-serial_coreh.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: SC26XX: missing PORT define in serial_core.h
From: Thomas Bogendoerfer <[EMAIL PROTECTED]>

When submitting the driver for inclusion to 2.6.25 I've missed the change to
serial_core.h. This patch fixes this.

Signed-off-by: Thomas Bogendoerfer <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 include/linux/serial_core.h |    2 ++
 1 file changed, 2 insertions(+)

diff -puN 
include/linux/serial_core.h~sc26xx-missing-port-define-in-serial_coreh 
include/linux/serial_core.h
--- a/include/linux/serial_core.h~sc26xx-missing-port-define-in-serial_coreh
+++ a/include/linux/serial_core.h
@@ -149,6 +149,8 @@
 /* Freescale ColdFire */
 #define PORT_MCF       78
 
+#define PORT_SC26XX    79
+
 
 /* MN10300 on-chip UART numbers */
 #define PORT_MN10300           80
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
sc26xx-missing-port-define-in-serial_coreh.patch
git-watchdog.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to