summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-11-23 10:08:27 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2009-11-23 10:08:27 +1100
commit9eb7c28a484d4e2c3e2c117c236c568b6484be65 (patch)
tree8bb9ad87eaddd19887c984d1baa8f7a3f8dd6959 /include
parent9ab0f53a19d48c979023d041b4e02ebad6df2269 (diff)
parentddaf1b27edf72372242d752730d526b79312a44e (diff)
Merge remote branch 'sparc/master'
Diffstat (limited to 'include')
-rw-r--r--include/linux/serial_core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index db532ce288be..8c3dd36fe91a 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -179,6 +179,9 @@
/* BCM63xx family SoCs */
#define PORT_BCM63XX 89
+/* Aeroflex Gaisler GRLIB APBUART */
+#define PORT_APBUART 90
+
#ifdef __KERNEL__
#include <linux/compiler.h>