Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321174
b: refs/heads/master
c: df7b86f
h: refs/heads/master
v: v3
  • Loading branch information
Richard Weinberger committed Jul 28, 2012
1 parent d5c08c3 commit e5f3730
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 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: d003e982c1d2b8bf8418c415b0b87175d6a1bda2
refs/heads/master: df7b86f313fd26b5021afde7e66b35f9267b1261
26 changes: 0 additions & 26 deletions trunk/arch/um/drivers/ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,27 +98,6 @@ static int ssl_open(struct tty_struct *tty, struct file *filp)
return err;
}

#if 0
static void ssl_flush_buffer(struct tty_struct *tty)
{
return;
}

static void ssl_stop(struct tty_struct *tty)
{
printk(KERN_ERR "Someone should implement ssl_stop\n");
}

static void ssl_start(struct tty_struct *tty)
{
printk(KERN_ERR "Someone should implement ssl_start\n");
}

void ssl_hangup(struct tty_struct *tty)
{
}
#endif

static const struct tty_operations ssl_ops = {
.open = ssl_open,
.close = line_close,
Expand All @@ -131,11 +110,6 @@ static const struct tty_operations ssl_ops = {
.set_termios = line_set_termios,
.throttle = line_throttle,
.unthrottle = line_unthrottle,
#if 0
.stop = ssl_stop,
.start = ssl_start,
.hangup = ssl_hangup,
#endif
};

/* Changed by ssl_init and referenced by ssl_exit, which are both serialized
Expand Down

0 comments on commit e5f3730

Please sign in to comment.