projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e0c1f6
)
[PATCH] Remove unused tty_struct field
author
Matthias Urlichs
<
[email protected]
>
Fri, 29 Sep 2006 08:59:37 +0000
(
01:59
-0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 29 Sep 2006 16:18:09 +0000
(09:18 -0700)
Unused: tty_struct.max_flip_cnt
$ git grep max_flip_cnt
include/linux/tty.h: int max_flip_cnt;
$
Cc: Paul Fulghum <
[email protected]
>
Acked-by: Alan Cox <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/tty.h
patch
|
blob
|
history
diff --git
a/include/linux/tty.h
b/include/linux/tty.h
index 04827ca65781c0a47177a656eece88906ff9069d..d1dec3d0c81427ae34c5ba5174dd12ed73b8db3c 100644
(file)
--- a/
include/linux/tty.h
+++ b/
include/linux/tty.h
@@
-190,7
+190,6
@@
struct tty_struct {
struct tty_struct *link;
struct fasync_struct *fasync;
struct tty_bufhead buf;
- int max_flip_cnt;
int alt_speed; /* For magic substitution of 38400 bps */
wait_queue_head_t write_wait;
wait_queue_head_t read_wait;