aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/drivers/etap.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/os-Linux/drivers/etap.h')
-rw-r--r--arch/um/os-Linux/drivers/etap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/os-Linux/drivers/etap.h b/arch/um/os-Linux/drivers/etap.h
index b84f6c4740f7..57ecdaf2f67e 100644
--- a/arch/um/os-Linux/drivers/etap.h
+++ b/arch/um/os-Linux/drivers/etap.h
@@ -13,7 +13,7 @@ struct ethertap_data {
13 void *dev; 13 void *dev;
14}; 14};
15 15
16extern struct net_user_info ethertap_user_info; 16extern const struct net_user_info ethertap_user_info;
17 17
18/* 18/*
19 * Overrides for Emacs so that we follow Linus's tabbing style. 19 * Overrides for Emacs so that we follow Linus's tabbing style.