mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
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>
This commit is contained in:
parent
bed5e39c56
commit
1f42369cfc
@ -14,8 +14,6 @@ struct chan_opts {
|
||||
const int raw;
|
||||
};
|
||||
|
||||
enum chan_init_pri { INIT_STATIC, INIT_ALL, INIT_ONE };
|
||||
|
||||
struct chan_ops {
|
||||
char *type;
|
||||
void *(*init)(char *, int, const struct chan_opts *);
|
||||
|
Loading…
Reference in New Issue
Block a user