proc tty: remove struct tty_operations::read_proc
authorAlexey Dobriyan <adobriyan@gmail.com>
Tue, 31 Mar 2009 22:19:25 +0000 (15:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 1 Apr 2009 15:59:10 +0000 (08:59 -0700)
commit0f043a81ebe84be3576667f04fdda481609e3816
treec54a9ac4a1dc79bd5f2f7ec3ead5aa48802ff7a3
parent140716934f67a9b28c3f7032c07c20c746d97a31
proc tty: remove struct tty_operations::read_proc

struct tty_operations::proc_fops took it's place and there is one less
create_proc_read_entry() user now!

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/isdn/capi/capi.c
fs/proc/proc_tty.c
include/linux/tty_driver.h
net/bluetooth/rfcomm/tty.c