Commit 2219510f authored by Cornelia Huck's avatar Cornelia Huck Committed by Jeff Garzik
Browse files

netiucv: Remember to set driver->owner.

parent 2cde1f30
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -137,6 +137,7 @@ PRINT_##importance(header "%02x %02x %02x %02x %02x %02x %02x %02x " \
#define PRINTK_HEADER " iucv: "       /* for debugging */

static struct device_driver netiucv_driver = {
	.owner = THIS_MODULE,
	.name = "netiucv",
	.bus  = &iucv_bus,
};