diff options
Diffstat (limited to 'drivers/net/appletalk/ltpc.c')
-rw-r--r-- | drivers/net/appletalk/ltpc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/appletalk/ltpc.c b/drivers/net/appletalk/ltpc.c index 6a6cbd331a16..cb4744e56905 100644 --- a/drivers/net/appletalk/ltpc.c +++ b/drivers/net/appletalk/ltpc.c | |||
@@ -1046,8 +1046,6 @@ struct net_device * __init ltpc_probe(void) | |||
1046 | if (!dev) | 1046 | if (!dev) |
1047 | goto out; | 1047 | goto out; |
1048 | 1048 | ||
1049 | SET_MODULE_OWNER(dev); | ||
1050 | |||
1051 | /* probe for the I/O port address */ | 1049 | /* probe for the I/O port address */ |
1052 | 1050 | ||
1053 | if (io != 0x240 && request_region(0x220,8,"ltpc")) { | 1051 | if (io != 0x240 && request_region(0x220,8,"ltpc")) { |