aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaosheng Cui <cuigaosheng1@huawei.com>2022-09-14 15:30:27 +0800
committerRichard Weinberger <richard@nod.at>2022-09-19 23:02:21 +0200
commitc8b2c268b0b77cb6aad676bf215f49212d903b2a (patch)
tree96454380a97c2be04bff625c8b52d4478994285f
parentum: mmaper: add __exit annotations to module exit funcs (diff)
downloadlinux-dev-c8b2c268b0b77cb6aad676bf215f49212d903b2a.tar.xz
linux-dev-c8b2c268b0b77cb6aad676bf215f49212d903b2a.zip
um: remove unused reactivate_chan() declaration
All uses of reactivate_chan() were removed by commit 940b241d9050 ("um: Remove obsolete reenable_XX calls"), so remove the declaration, too. Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> Acked-By: Anton Ivanov <anton.ivanov@cambridgegreys.com> Signed-off-by: Richard Weinberger <richard@nod.at>
-rw-r--r--arch/um/drivers/chan.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/drivers/chan.h b/arch/um/drivers/chan.h
index c37cc4f26f91..3fec3b8406e9 100644
--- a/arch/um/drivers/chan.h
+++ b/arch/um/drivers/chan.h
@@ -36,7 +36,6 @@ extern int console_write_chan(struct chan *chan, const char *buf,
int len);
extern int console_open_chan(struct line *line, struct console *co);
extern void deactivate_chan(struct chan *chan, int irq);
-extern void reactivate_chan(struct chan *chan, int irq);
extern void chan_enable_winch(struct chan *chan, struct tty_port *port);
extern int enable_chan(struct line *line);
extern void close_chan(struct line *line);