commit | 92b05e13f16a41405c4f6c953c47b6c4bcf82d30 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Wed Dec 05 02:18:48 2007 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Dec 05 05:37:28 2007 -0800 |
tree | 338f11748f37cd13cd2cfe7f711f226732c23106 | |
parent | 78f150bf94f5430fe8c34edeafe8d01706f38148 [diff] |
[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>