aboutsummaryrefslogtreecommitdiff
path: root/arch/um/drivers/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/drivers/daemon.h')
-rw-r--r--arch/um/drivers/daemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/daemon.h b/arch/um/drivers/daemon.h
index 7326c42f7ef..3bc3cf6b94a 100644
--- a/arch/um/drivers/daemon.h
+++ b/arch/um/drivers/daemon.h
@@ -18,7 +18,7 @@ struct daemon_data {
void *dev;
};
-extern struct net_user_info daemon_user_info;
+extern const struct net_user_info daemon_user_info;
extern int daemon_user_write(int fd, void *buf, int len,
struct daemon_data *pri);