aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2016-01-12 10:52:50 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-06 22:16:21 -0800
commite57c25367e56feca96f8959775503cf7747a7dbd (patch)
treeca4001a3e141a1618fbc2754a6d90b84b88a0d76 /arch/xtensa
parentTTY: 8250_pnp, make checks bool (diff)
downloadlinux-dev-e57c25367e56feca96f8959775503cf7747a7dbd.tar.xz
linux-dev-e57c25367e56feca96f8959775503cf7747a7dbd.zip
TTY: xtensa/iss/console, remove unused _INLINE_ definition
This is a remnant from the dark age. Nobody uses the macro now, so remove. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Cc: Chris Zankel <chris@zankel.net> Cc: Max Filippov <jcmvbkbc@gmail.com> Cc: <linux-xtensa@linux-xtensa.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/xtensa')
-rw-r--r--arch/xtensa/platforms/iss/console.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/xtensa/platforms/iss/console.c b/arch/xtensa/platforms/iss/console.c
index 70cb408bc20d..c54505dcf4db 100644
--- a/arch/xtensa/platforms/iss/console.c
+++ b/arch/xtensa/platforms/iss/console.c
@@ -28,10 +28,6 @@
#include <linux/tty.h>
#include <linux/tty_flip.h>
-#ifdef SERIAL_INLINE
-#define _INLINE_ inline
-#endif
-
#define SERIAL_MAX_NUM_LINES 1
#define SERIAL_TIMER_VALUE (HZ / 10)