diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-09-09 20:18:09 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2012-03-24 19:29:54 -0400 |
commit | 1f42369cfc2ea9dcd2b443f80060048e4683d7ad (patch) | |
tree | 69c0655621dae1b6bc7c297f3d5fe20a7022235f /arch | |
parent | bed5e39c56f3fe792e336cfa2670001d78f1d44c (diff) |
um: chan_init_pri is dead now
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/um/drivers/chan_user.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/um/drivers/chan_user.h b/arch/um/drivers/chan_user.h index 9b9ced85b703..6257b7a6e1af 100644 --- a/arch/um/drivers/chan_user.h +++ b/arch/um/drivers/chan_user.h | |||
@@ -14,8 +14,6 @@ struct chan_opts { | |||
14 | const int raw; | 14 | const int raw; |
15 | }; | 15 | }; |
16 | 16 | ||
17 | enum chan_init_pri { INIT_STATIC, INIT_ALL, INIT_ONE }; | ||
18 | |||
19 | struct chan_ops { | 17 | struct chan_ops { |
20 | char *type; | 18 | char *type; |
21 | void *(*init)(char *, int, const struct chan_opts *); | 19 | void *(*init)(char *, int, const struct chan_opts *); |