diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-21 17:16:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-21 17:16:40 +0000 |
commit | 96b5d437d6c4fcaf39ef745d262fb176f1471fce (patch) | |
tree | 7253c59f3390ecc83cf13e6be9f0daaebc0c885f /target/linux/omap24xx/patches-2.6.38/505-cbus-retu-write-lock.patch | |
parent | 76448ed5cf945b6b46de68693fa277ce27fc3eb8 (diff) | |
download | mtk-20170518-96b5d437d6c4fcaf39ef745d262fb176f1471fce.zip mtk-20170518-96b5d437d6c4fcaf39ef745d262fb176f1471fce.tar.gz mtk-20170518-96b5d437d6c4fcaf39ef745d262fb176f1471fce.tar.bz2 |
omap24xx: remove 2.6.38 support
SVN-Revision: 31426
Diffstat (limited to 'target/linux/omap24xx/patches-2.6.38/505-cbus-retu-write-lock.patch')
-rw-r--r-- | target/linux/omap24xx/patches-2.6.38/505-cbus-retu-write-lock.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/omap24xx/patches-2.6.38/505-cbus-retu-write-lock.patch b/target/linux/omap24xx/patches-2.6.38/505-cbus-retu-write-lock.patch deleted file mode 100644 index 1e18dc2..0000000 --- a/target/linux/omap24xx/patches-2.6.38/505-cbus-retu-write-lock.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/drivers/cbus/retu.c -+++ b/drivers/cbus/retu.c -@@ -120,7 +120,9 @@ void retu_write_reg(struct device *child - { - struct retu *retu = dev_get_drvdata(child->parent); - -+ mutex_lock(&retu->mutex); - __retu_write_reg(retu, reg, val); -+ mutex_unlock(&retu->mutex); - } - EXPORT_SYMBOL_GPL(retu_write_reg); - |