Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72617
b: refs/heads/master
c: d76081f
h: refs/heads/master
i:
  72615: ce39c97
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Oct 26, 2007
1 parent 45b182a commit d980e74
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 253879e62f997d0027500f4b71ef290f37e306ee
refs/heads/master: d76081f87548f986fd318d2b0dd7e942f93a0da4
1 change: 0 additions & 1 deletion trunk/include/net/irda/ircomm_tty.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ extern int ircomm_tty_ioctl(struct tty_struct *tty, struct file *file,
unsigned int cmd, unsigned long arg);
extern void ircomm_tty_set_termios(struct tty_struct *tty,
struct ktermios *old_termios);
extern hashbin_t *ircomm_tty;

#endif

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/irda/ircomm/ircomm_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d980e74

Please sign in to comment.