diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2012-08-25 19:24:20 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-05 13:24:40 -0700 |
commit | be282059acebcecd789fad1b3d17d826db3d5608 (patch) | |
tree | 9fabcaf8a0265f6946b560be31b0d41a0c47f633 /drivers/tty/serial/sc26xx.c | |
parent | 1d65c0b12656d9f3bc29bb19f2d7441832433f03 (diff) | |
download | talos-op-linux-be282059acebcecd789fad1b3d17d826db3d5608.tar.gz talos-op-linux-be282059acebcecd789fad1b3d17d826db3d5608.zip |
serial: Add note about migration to driver SCCNXP
This patch adds note about migration to driver SCCNXP in the code
of driver SC26XX and in MIPS SNI board initialization with example.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/sc26xx.c')
-rw-r--r-- | drivers/tty/serial/sc26xx.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/tty/serial/sc26xx.c b/drivers/tty/serial/sc26xx.c index 3992e48b4c71..9d664242b312 100644 --- a/drivers/tty/serial/sc26xx.c +++ b/drivers/tty/serial/sc26xx.c @@ -22,6 +22,9 @@ #include <linux/irq.h> #include <linux/io.h> +#warning "Please try migrate to use new driver SCCNXP and report the status" \ + "in the linux-serial mailing list." + #if defined(CONFIG_MAGIC_SYSRQ) #define SUPPORT_SYSRQ #endif |