diff options
author | Sebastian Siewior <bigeasy@linutronix.de> | 2008-05-15 01:05:30 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-15 04:11:12 +0200 |
commit | f7c5a770e6006ae2b5f4fd0491565b69e4d4bb48 (patch) | |
tree | 6802b84b29c445b2885ebfd3b76381ab8eb426ab /drivers/serial/mcfserial.c | |
parent | mpc5200_psc_spi: typo fix in header block (diff) | |
download | linux-f7c5a770e6006ae2b5f4fd0491565b69e4d4bb48.tar.xz linux-f7c5a770e6006ae2b5f4fd0491565b69e4d4bb48.zip |
m68knommu: add info about removing mcfserial
Schedule a removal for this driver. Alternative driver is available for
a while now.
Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r-- | drivers/serial/mcfserial.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/mcfserial.c b/drivers/serial/mcfserial.c index 43af40d59b8a..56007cc8a9b3 100644 --- a/drivers/serial/mcfserial.c +++ b/drivers/serial/mcfserial.c @@ -1,3 +1,4 @@ +#warning This driver is deprecated. Check Kconfig for details. /* * mcfserial.c -- serial driver for ColdFire internal UARTS. * |