Commit c5b90144 authored by Jeff Garzik's avatar Jeff Garzik

[arcnet com20020-isa] fix build broken by lack of ->owner

parent 8dbfa6c7
......@@ -152,7 +152,6 @@ int init_module(void)
lp->clockp = clockp & 7;
lp->clockm = clockm & 3;
lp->timeout = timeout & 3;
lp->owner = THIS_MODULE;
dev->base_addr = io;
dev->irq = irq;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment