|
@@ -583,19 +583,6 @@ int parse_chan_pair(char *str, struct line *line, int device,
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-int chan_out_fd(struct list_head *chans)
|
|
|
-{
|
|
|
- struct list_head *ele;
|
|
|
- struct chan *chan;
|
|
|
-
|
|
|
- list_for_each(ele, chans) {
|
|
|
- chan = list_entry(ele, struct chan, list);
|
|
|
- if (chan->primary && chan->output)
|
|
|
- return chan->fd;
|
|
|
- }
|
|
|
- return -1;
|
|
|
-}
|
|
|
-
|
|
|
void chan_interrupt(struct list_head *chans, struct delayed_work *task,
|
|
|
struct tty_struct *tty, int irq)
|
|
|
{
|