aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/s390/net/netiucv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/net/netiucv.c b/drivers/s390/net/netiucv.c
index f3d893cfe61d..05c9e4dbb7be 100644
--- a/drivers/s390/net/netiucv.c
+++ b/drivers/s390/net/netiucv.c
@@ -137,6 +137,7 @@ PRINT_##importance(header "%02x %02x %02x %02x %02x %02x %02x %02x " \
137#define PRINTK_HEADER " iucv: " /* for debugging */ 137#define PRINTK_HEADER " iucv: " /* for debugging */
138 138
139static struct device_driver netiucv_driver = { 139static struct device_driver netiucv_driver = {
140 .owner = THIS_MODULE,
140 .name = "netiucv", 141 .name = "netiucv",
141 .bus = &iucv_bus, 142 .bus = &iucv_bus,
142}; 143};