aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/8250.h
diff options
context:
space:
mode:
authorJavier Herrero <jherrero@hvsistemas.es>2008-05-17 18:21:42 +0800
committerBryan Wu <cooloney@kernel.org>2008-05-17 18:21:42 +0800
commitb4aa54d951d38d7a989d6b6385494ef5ea7371d7 (patch)
tree85ea8a1a31d75686966ed4c9209d650ef389dc0e /drivers/serial/8250.h
parentBlackfin arch: Fix bug - USB fails to build for BF524/BF526 (diff)
downloadlinux-dev-b4aa54d951d38d7a989d6b6385494ef5ea7371d7.tar.xz
linux-dev-b4aa54d951d38d7a989d6b6385494ef5ea7371d7.zip
8250 Serial Driver: Added support for 8250-class UARTs in HV Sistemas H8606 board
Added support for 8250-class UARTs in HV Sistemas H8606 board, modification in 8250.c driver for correct compilation with Blackfin Besides, I think that there is more people using 8250-class UARTs with a different hardware than the H8606 board. This code can be shared by them. Signed-off-by: Javier Herrero <jherrero@hvsistemas.es> Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'drivers/serial/8250.h')
-rw-r--r--drivers/serial/8250.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/serial/8250.h b/drivers/serial/8250.h
index 91bd28f2bb47..a10a40cc0d9e 100644
--- a/drivers/serial/8250.h
+++ b/drivers/serial/8250.h
@@ -78,3 +78,8 @@ struct serial8250_config {
#else
#define ALPHA_KLUDGE_MCR 0
#endif
+
+#ifndef SERIAL_EXTRA_IRQ_FLAGS
+#define SERIAL_EXTRA_IRQ_FLAGS 0
+#endif
+