Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122399
b: refs/heads/master
c: af4218c
h: refs/heads/master
i:
  122397: 8dbd4aa
  122395: 1c4d752
  122391: 758c013
  122383: 2d399a1
  122367: b6d9ffb
v: v3
  • Loading branch information
Tilman Schmidt authored and David S. Miller committed Nov 30, 2008
1 parent 7ca85fa commit 23c11ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 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: c5419e6f054c877339f754e02c3b1dafd88cd96c
refs/heads/master: af4218c3a699542adc9b76c8972828a726e7b0dc
15 changes: 0 additions & 15 deletions trunk/drivers/isdn/gigaset/ser-gigaset.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <linux/moduleparam.h>
#include <linux/platform_device.h>
#include <linux/tty.h>
#include <linux/poll.h>
#include <linux/completion.h>

/* Version Information */
Expand Down Expand Up @@ -571,7 +570,6 @@ gigaset_tty_close(struct tty_struct *tty)
}

/* prevent other callers from entering ldisc methods */
/* FIXME: should use the tty state flags */
tty->disc_data = NULL;

if (!cs->hw.ser)
Expand Down Expand Up @@ -672,18 +670,6 @@ gigaset_tty_ioctl(struct tty_struct *tty, struct file *file,
return rc;
}

/*
* Poll on the tty.
* Unused, always return zero.
*
* FIXME: should probably return an exception - especially on hangup
*/
static unsigned int
gigaset_tty_poll(struct tty_struct *tty, struct file *file, poll_table *wait)
{
return 0;
}

/*
* Called by the tty driver when a block of data has been received.
* Will not be re-entered while running but other ldisc functions
Expand Down Expand Up @@ -773,7 +759,6 @@ static struct tty_ldisc_ops gigaset_ldisc = {
.read = gigaset_tty_read,
.write = gigaset_tty_write,
.ioctl = gigaset_tty_ioctl,
.poll = gigaset_tty_poll,
.receive_buf = gigaset_tty_receive,
.write_wakeup = gigaset_tty_wakeup,
};
Expand Down

0 comments on commit 23c11ed

Please sign in to comment.