diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-14 22:59:39 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-14 22:59:39 +0000 |
commit | f07caed26441e393d51d4a5a27ec83eb8137db9c (patch) | |
tree | 99b378809a88a69b8e547e366b4938c1ad5a64ff /target/linux/brcm47xx/patches-3.2/044-bcma-add-PCIe-host-controller.patch | |
parent | 40687c51624402412a0b6734bfb57609113f7f1d (diff) |
brcm47xx: add support for NAND flash on devices using bcma
This patch add support for the NAND flash on BCM5357 based devices like the WNR3500Lv2.
Thank you Tathagata Das <tathagata@alumnux.com> for the patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30943 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-3.2/044-bcma-add-PCIe-host-controller.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.2/044-bcma-add-PCIe-host-controller.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-3.2/044-bcma-add-PCIe-host-controller.patch b/target/linux/brcm47xx/patches-3.2/044-bcma-add-PCIe-host-controller.patch index 2afd09aeed..850b52428d 100644 --- a/target/linux/brcm47xx/patches-3.2/044-bcma-add-PCIe-host-controller.patch +++ b/target/linux/brcm47xx/patches-3.2/044-bcma-add-PCIe-host-controller.patch @@ -96,7 +96,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> +} --- a/drivers/bcma/bcma_private.h +++ b/drivers/bcma/bcma_private.h -@@ -55,6 +55,7 @@ extern void __exit bcma_host_pci_exit(vo +@@ -60,6 +60,7 @@ extern void __exit bcma_host_pci_exit(vo #endif /* CONFIG_BCMA_HOST_PCI */ #ifdef CONFIG_BCMA_DRIVER_PCI_HOSTMODE |