aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-10-26 03:56:43 -0700
committerDavid S. Miller <davem@davemloft.net>2007-10-26 03:56:43 -0700
commitd76081f87548f986fd318d2b0dd7e942f93a0da4 (patch)
treea96d16ed14ee2eb1498f4fbd2a1fe0e521716df5 /net
parent[NET] fs/proc/proc_net.c: make a struct static (diff)
downloadlinux-dev-d76081f87548f986fd318d2b0dd7e942f93a0da4.tar.xz
linux-dev-d76081f87548f986fd318d2b0dd7e942f93a0da4.zip
[IRDA]: Make ircomm_tty static.
ircomm_tty can now become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/irda/ircomm/ircomm_tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/irda/ircomm/ircomm_tty.c b/net/irda/ircomm/ircomm_tty.c
index 3d241e415a2a..1120b150e211 100644
--- a/net/irda/ircomm/ircomm_tty.c
+++ b/net/irda/ircomm/ircomm_tty.c
@@ -77,7 +77,7 @@ static int ircomm_tty_read_proc(char *buf, char **start, off_t offset, int len,
#endif /* CONFIG_PROC_FS */
static struct tty_driver *driver;
-hashbin_t *ircomm_tty = NULL;
+static hashbin_t *ircomm_tty = NULL;
static const struct tty_operations ops = {
.open = ircomm_tty_open,