diff options
Diffstat (limited to 'arch/um/drivers/slip.h')
-rw-r--r-- | arch/um/drivers/slip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/slip.h b/arch/um/drivers/slip.h index bb0dab41c2e4..c64f8c61d274 100644 --- a/arch/um/drivers/slip.h +++ b/arch/um/drivers/slip.h | |||
@@ -12,7 +12,7 @@ struct slip_data { | |||
12 | struct slip_proto slip; | 12 | struct slip_proto slip; |
13 | }; | 13 | }; |
14 | 14 | ||
15 | extern struct net_user_info slip_user_info; | 15 | extern const struct net_user_info slip_user_info; |
16 | 16 | ||
17 | extern int slip_user_read(int fd, void *buf, int len, struct slip_data *pri); | 17 | extern int slip_user_read(int fd, void *buf, int len, struct slip_data *pri); |
18 | extern int slip_user_write(int fd, void *buf, int len, struct slip_data *pri); | 18 | extern int slip_user_write(int fd, void *buf, int len, struct slip_data *pri); |