projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1497f2c
)
TTY: xtensa/iss/console, remove unused _INLINE_ definition
author
Jiri Slaby
<jslaby@suse.cz>
Tue, 12 Jan 2016 09:52:50 +0000
(10:52 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 7 Feb 2016 06:16:21 +0000
(22:16 -0800)
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>
arch/xtensa/platforms/iss/console.c
patch
|
blob
|
history
diff --git
a/arch/xtensa/platforms/iss/console.c
b/arch/xtensa/platforms/iss/console.c
index 70cb408bc20dc8fc593fbbcebf68d3a06cb967b0..c54505dcf4db9b5e973fb9bbcd5e48b26c40c04d 100644
(file)
--- 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)