diff options
Diffstat (limited to 'arch/um/include/net_kern.h')
-rw-r--r-- | arch/um/include/net_kern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/include/net_kern.h b/arch/um/include/net_kern.h index f7de6df60dd7..769fba43ee03 100644 --- a/arch/um/include/net_kern.h +++ b/arch/um/include/net_kern.h | |||
@@ -54,8 +54,8 @@ struct transport { | |||
54 | struct list_head list; | 54 | struct list_head list; |
55 | char *name; | 55 | char *name; |
56 | int (*setup)(char *, char **, void *); | 56 | int (*setup)(char *, char **, void *); |
57 | struct net_user_info *user; | 57 | const struct net_user_info *user; |
58 | struct net_kern_info *kern; | 58 | const struct net_kern_info *kern; |
59 | int private_size; | 59 | int private_size; |
60 | int setup_size; | 60 | int setup_size; |
61 | }; | 61 | }; |