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 | upstream-2361535088eea77bbdf58c118afd83112d837331.tar.gz upstream-2361535088eea77bbdf58c118afd83112d837331.tar.bz2 upstream-2361535088eea77bbdf58c118afd83112d837331.zip |
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 b6e2dcab35..a2bd7e5b6e 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; |