]> Pileus Git - ~andy/linux/blobdiff - include/linux/serial_core.h
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial
[~andy/linux] / include / linux / serial_core.h
index bd14858121ea2065fdd399c58c48dd6e1f513812..0ef50baa7da6d09b782e662ddbde7b218899a81d 100644 (file)
@@ -67,8 +67,8 @@
 /* Parisc type numbers. */
 #define PORT_MUX       48
 
-/* Atmel AT91RM9200 SoC */
-#define PORT_AT91RM9200 49
+/* Atmel AT91xxx SoC */
+#define PORT_AT91      49
 
 /* Macintosh Zilog type numbers */
 #define PORT_MAC_ZILOG 50      /* m68k : not yet implemented */
 
 #ifdef __KERNEL__
 
-#include <linux/config.h>
 #include <linux/compiler.h>
 #include <linux/interrupt.h>
 #include <linux/circ_buf.h>