diff options
Diffstat (limited to 'drivers/net/ucc_geth.c')
-rw-r--r-- | drivers/net/ucc_geth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ucc_geth.c b/drivers/net/ucc_geth.c index 72f617bf2520..8da41229594a 100644 --- a/drivers/net/ucc_geth.c +++ b/drivers/net/ucc_geth.c | |||
@@ -3957,7 +3957,6 @@ static int ucc_geth_probe(struct of_device* ofdev, const struct of_device_id *ma | |||
3957 | /* Set the dev->base_addr to the gfar reg region */ | 3957 | /* Set the dev->base_addr to the gfar reg region */ |
3958 | dev->base_addr = (unsigned long)(ug_info->uf_info.regs); | 3958 | dev->base_addr = (unsigned long)(ug_info->uf_info.regs); |
3959 | 3959 | ||
3960 | SET_MODULE_OWNER(dev); | ||
3961 | SET_NETDEV_DEV(dev, device); | 3960 | SET_NETDEV_DEV(dev, device); |
3962 | 3961 | ||
3963 | /* Fill in the dev structure */ | 3962 | /* Fill in the dev structure */ |