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 | d6968206821d9e99cb10da1d220f1a447e84c1c9 (patch) | |
tree | 2ea99e192074677d53b80c2e88d8f929d825c180 /target/linux/atheros/files/drivers | |
parent | 35bf3bbf34d829ad6b0c3e579b5f015e0f5634d6 (diff) | |
download | upstream-d6968206821d9e99cb10da1d220f1a447e84c1c9.tar.gz upstream-d6968206821d9e99cb10da1d220f1a447e84c1c9.tar.bz2 upstream-d6968206821d9e99cb10da1d220f1a447e84c1c9.zip |
port atheros to 2.6.24 (untested), but do not use the new kernel by default yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10335 3c298f89-4303-0410-b956-a3cf2f4a3e73
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; |