diff options
Diffstat (limited to 'drivers/net/macmace.c')
-rw-r--r-- | drivers/net/macmace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/macmace.c b/drivers/net/macmace.c index 9a343b965975..5d2daa248873 100644 --- a/drivers/net/macmace.c +++ b/drivers/net/macmace.c | |||
@@ -210,7 +210,6 @@ static int __devinit mace_probe(struct platform_device *pdev) | |||
210 | 210 | ||
211 | mp->device = &pdev->dev; | 211 | mp->device = &pdev->dev; |
212 | SET_NETDEV_DEV(dev, &pdev->dev); | 212 | SET_NETDEV_DEV(dev, &pdev->dev); |
213 | SET_MODULE_OWNER(dev); | ||
214 | 213 | ||
215 | dev->base_addr = (u32)MACE_BASE; | 214 | dev->base_addr = (u32)MACE_BASE; |
216 | mp->mace = (volatile struct mace *) MACE_BASE; | 215 | mp->mace = (volatile struct mace *) MACE_BASE; |