]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/drivers/chan_kern.c
fuse: lockd support
[linux-2.6-omap-h63xx.git] / arch / um / drivers / chan_kern.c
index db3082b4da46573e7b7ddc427d5e4bbdbbdda366..6e51424745ab3453bd839a24e8dd59fbfa37cfdf 100644 (file)
@@ -125,7 +125,7 @@ static int open_one_chan(struct chan *chan)
        return 0;
 }
 
-int open_chan(struct list_head *chans)
+static int open_chan(struct list_head *chans)
 {
        struct list_head *ele;
        struct chan *chan;
@@ -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)
 {