[PATCH 08/13] proc tty: remove ->read_proc from isdn capi

Previous thread: [PATCH 07/13] proc tty: switch synclink_gt to ->proc_fops by Alexey Dobriyan on Monday, July 28, 2008 - 7:01 pm. (1 message)

Next thread: [PATCH 09/13] proc tty: switch sdio_uart to ->proc_fops by Alexey Dobriyan on Monday, July 28, 2008 - 7:03 pm. (1 message)
From: Alexey Dobriyan
Date: Monday, July 28, 2008 - 7:03 pm

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 drivers/isdn/capi/capi.c |    7 -------
 1 file changed, 7 deletions(-)

--- a/drivers/isdn/capi/capi.c
+++ b/drivers/isdn/capi/capi.c
@@ -1331,12 +1331,6 @@ static void capinc_tty_send_xchar(struct tty_struct *tty, char ch)
 #endif
 }
 
-static int capinc_tty_read_proc(char *page, char **start, off_t off,
-				int count, int *eof, void *data)
-{
-	return 0;
-}
-
 static struct tty_driver *capinc_tty_driver;
 
 static const struct tty_operations capinc_ops = {
@@ -1358,7 +1352,6 @@ static const struct tty_operations capinc_ops = {
 	.flush_buffer = capinc_tty_flush_buffer,
 	.set_ldisc = capinc_tty_set_ldisc,
 	.send_xchar = capinc_tty_send_xchar,
-	.read_proc = capinc_tty_read_proc,
 };
 
 static int capinc_tty_init(void)
-- 
1.5.4.5


--

Previous thread: [PATCH 07/13] proc tty: switch synclink_gt to ->proc_fops by Alexey Dobriyan on Monday, July 28, 2008 - 7:01 pm. (1 message)

Next thread: [PATCH 09/13] proc tty: switch sdio_uart to ->proc_fops by Alexey Dobriyan on Monday, July 28, 2008 - 7:03 pm. (1 message)