diff options
Diffstat (limited to 'drivers/net/lne390.c')
-rw-r--r-- | drivers/net/lne390.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/lne390.c b/drivers/net/lne390.c index 0a08d0c4e7b4..2dd396983213 100644 --- a/drivers/net/lne390.c +++ b/drivers/net/lne390.c | |||
@@ -111,8 +111,6 @@ static int __init do_lne390_probe(struct net_device *dev) | |||
111 | int mem_start = dev->mem_start; | 111 | int mem_start = dev->mem_start; |
112 | int ret; | 112 | int ret; |
113 | 113 | ||
114 | SET_MODULE_OWNER(dev); | ||
115 | |||
116 | if (ioaddr > 0x1ff) { /* Check a single specified location. */ | 114 | if (ioaddr > 0x1ff) { /* Check a single specified location. */ |
117 | if (!request_region(ioaddr, LNE390_IO_EXTENT, DRV_NAME)) | 115 | if (!request_region(ioaddr, LNE390_IO_EXTENT, DRV_NAME)) |
118 | return -EBUSY; | 116 | return -EBUSY; |