[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>
This commit is contained in:
committed by
David S. Miller
parent
253879e62f
commit
d76081f875
@ -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,
|
||||
|
Reference in New Issue
Block a user