Skip to content

Commit c8b2c26

Browse files
gscuirichardweinberger
authored andcommitted
um: remove unused reactivate_chan() declaration
All uses of reactivate_chan() were removed by commit 940b241 ("um: Remove obsolete reenable_XX calls"), so remove the declaration, too. Signed-off-by: Gaosheng Cui <[email protected]> Acked-By: Anton Ivanov <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent 7c5c8fa commit c8b2c26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/um/drivers/chan.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ extern int console_write_chan(struct chan *chan, const char *buf,
3636
int len);
3737
extern int console_open_chan(struct line *line, struct console *co);
3838
extern void deactivate_chan(struct chan *chan, int irq);
39-
extern void reactivate_chan(struct chan *chan, int irq);
4039
extern void chan_enable_winch(struct chan *chan, struct tty_port *port);
4140
extern int enable_chan(struct line *line);
4241
extern void close_chan(struct line *line);

0 commit comments

Comments
 (0)