diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2009-09-27 13:52:14 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2009-09-27 13:52:14 +0000 |
commit | f52a84eeafdda6a00dd191fa47e77599d5f478cf (patch) | |
tree | 8ee6b9df673a471c274c458430e93f2248efe67e /target | |
parent | aebc00af02a2f33a299f57f1faf65c440bb78137 (diff) | |
download | upstream-f52a84eeafdda6a00dd191fa47e77599d5f478cf.tar.gz upstream-f52a84eeafdda6a00dd191fa47e77599d5f478cf.tar.bz2 upstream-f52a84eeafdda6a00dd191fa47e77599d5f478cf.zip |
[brcm47xx] remove deprecated warning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17761 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm47xx/patches-2.6.31/260-ohci-set-dma-mask.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.31/260-ohci-set-dma-mask.patch b/target/linux/brcm47xx/patches-2.6.31/260-ohci-set-dma-mask.patch index 50dcd5718e..9627798472 100644 --- a/target/linux/brcm47xx/patches-2.6.31/260-ohci-set-dma-mask.patch +++ b/target/linux/brcm47xx/patches-2.6.31/260-ohci-set-dma-mask.patch @@ -8,7 +8,7 @@ int err = -ENOMEM; u32 tmp, flags = 0; -+ if (ssb_dma_set_mask(dev, DMA_32BIT_MASK)) ++ if (ssb_dma_set_mask(dev, DMA_BIT_MASK(32))) + return -EOPNOTSUPP; + if (dev->id.coreid == SSB_DEV_USB11_HOSTDEV) { |