projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bed5e39
)
um: chan_init_pri is dead now
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 10 Sep 2011 00:18:09 +0000
(20:18 -0400)
committer
Richard Weinberger
<richard@nod.at>
Sat, 24 Mar 2012 23:29:54 +0000
(
00:29
+0100)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/drivers/chan_user.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/um/drivers/chan_user.h
b/arch/um/drivers/chan_user.h
index 9b9ced85b70378457479215c85558ebb25e05388..6257b7a6e1afb7f8cdabc672beac7c6f95d6f73f 100644
(file)
--- a/
arch/um/drivers/chan_user.h
+++ b/
arch/um/drivers/chan_user.h
@@
-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 *);