diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-01-04 19:43:24 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-01-04 19:43:24 +0000 |
commit | ea8874dc3881c2a496a4bd6bc981f707cc6a0db1 (patch) | |
tree | c7cef73da86e9ce36a7a8358fbf20b34db2f6d07 /drivers/serial/8250.h | |
parent | 45e24601921fc1c4ca7932f7f7a475d3ad64ecad (diff) |
[SERIAL] Remove _INLINE_
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/serial/8250.h')
-rw-r--r-- | drivers/serial/8250.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/serial/8250.h b/drivers/serial/8250.h index a607b98016db..490606b87095 100644 --- a/drivers/serial/8250.h +++ b/drivers/serial/8250.h @@ -51,12 +51,6 @@ struct serial8250_config { #define UART_BUG_TXEN (1 << 1) /* UART has buggy TX IIR status */ #define UART_BUG_NOMSR (1 << 2) /* UART has buggy MSR status bits (Au1x00) */ -#if defined(__i386__) && (defined(CONFIG_M386) || defined(CONFIG_M486)) -#define _INLINE_ inline -#else -#define _INLINE_ -#endif - #define PROBE_RSA (1 << 0) #define PROBE_ANY (~0) |