[IRDA]: Move ircomm_tty_line_info() under #ifdef CONFIG_PROC_FS
authorPavel Emelyanov <xemul@openvz.org>
Wed, 5 Dec 2007 10:18:48 +0000 (02:18 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 5 Dec 2007 13:37:28 +0000 (05:37 -0800)
commit92b05e13f16a41405c4f6c953c47b6c4bcf82d30
tree338f11748f37cd13cd2cfe7f711f226732c23106
parent78f150bf94f5430fe8c34edeafe8d01706f38148
[IRDA]: Move ircomm_tty_line_info() under #ifdef CONFIG_PROC_FS

The function in question is called only from ircomm_tty_read_proc,
which is under this option. Move this helper to the same place.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/irda/ircomm/ircomm_tty.c