diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/config.h | 1 | ||||
-rw-r--r-- | include/linux/serial_core.h | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/config.h b/include/linux/config.h index a91f5e5..479ffb0 100644 --- a/include/linux/config.h +++ b/include/linux/config.h @@ -3,6 +3,7 @@ /* This file is no longer in use and kept only for backward compatibility. * autoconf.h is now included via -imacros on the commandline */ +#warning Including config.h is deprecated. #include <linux/autoconf.h> #endif diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index de2e681..b661c19 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -67,8 +67,8 @@ /* Parisc type numbers. */ #define PORT_MUX 48 -/* Atmel AT91xxx SoC */ -#define PORT_AT91 49 +/* Atmel AT91 / AT32 SoC */ +#define PORT_ATMEL 49 /* Macintosh Zilog type numbers */ #define PORT_MAC_ZILOG 50 /* m68k : not yet implemented */ |