diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2008-01-31 04:44:35 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2008-01-31 04:44:35 +0000 |
| commit | 2361535088eea77bbdf58c118afd83112d837331 (patch) | |
| tree | 7dbc2ef7e1ed85b9a74e7090bda3fab41d990385 /target/linux/atheros/files/drivers | |
| parent | 02cabf59486ff526a71c760b7120e0ce5e7892b7 (diff) | |
| download | mtk-20170518-2361535088eea77bbdf58c118afd83112d837331.zip mtk-20170518-2361535088eea77bbdf58c118afd83112d837331.tar.gz mtk-20170518-2361535088eea77bbdf58c118afd83112d837331.tar.bz2 | |
port atheros to 2.6.24 (untested), but do not use the new kernel by default yet
SVN-Revision: 10335
Diffstat (limited to 'target/linux/atheros/files/drivers')
| -rw-r--r-- | target/linux/atheros/files/drivers/net/ar2313/ar2313.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/atheros/files/drivers/net/ar2313/ar2313.c b/target/linux/atheros/files/drivers/net/ar2313/ar2313.c index b6e2dca..a2bd7e5 100644 --- a/target/linux/atheros/files/drivers/net/ar2313/ar2313.c +++ b/target/linux/atheros/files/drivers/net/ar2313/ar2313.c @@ -186,7 +186,6 @@ int __init ar2313_probe(struct platform_device *pdev) return -ENOMEM; } - SET_MODULE_OWNER(dev); platform_set_drvdata(pdev, dev); sp = dev->priv; |
