[PATCH 12/19] drivers/net/ethernet/xscale: add missing platform_driver owner

From: Libo Chen
Date: Mon May 20 2013 - 22:45:57 EST


set the owner of platform_driver, to ensure that the
caller of driver holds a module refernece

Signed-off-by: Libo Chen <libo.chen@xxxxxxxxxx>
---
drivers/net/ethernet/xscale/ixp4xx_eth.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/ethernet/xscale/ixp4xx_eth.c b/drivers/net/ethernet/xscale/ixp4xx_eth.c
index 6958a5e..2c004bb 100644
--- a/drivers/net/ethernet/xscale/ixp4xx_eth.c
+++ b/drivers/net/ethernet/xscale/ixp4xx_eth.c
@@ -1498,6 +1498,7 @@ static int eth_remove_one(struct platform_device *pdev)

static struct platform_driver ixp4xx_eth_driver = {
.driver.name = DRV_NAME,
+ .driver.owner = THIS_MODULE,
.probe = eth_init_one,
.remove = eth_remove_one,
};
--
1.7.1


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/