brcm47xx: remove support for kernel 3.2
[openwrt.git] / target / linux / brcm47xx / patches-3.3 / 239-bcma-add-flush-for-resetctl-write.patch
1 --- a/drivers/bcma/core.c
2 +++ b/drivers/bcma/core.c
3 @@ -30,6 +30,7 @@ void bcma_core_disable(struct bcma_devic
4         udelay(10);
5  
6         bcma_awrite32(core, BCMA_RESET_CTL, BCMA_RESET_CTL_RESET);
7 +       bcma_aread32(core, BCMA_RESET_CTL);
8         udelay(1);
9  }
10  EXPORT_SYMBOL_GPL(bcma_core_disable);