diff options
Diffstat (limited to 'target/linux/brcm63xx/patches-4.4/357-MIPS-BCM63XX-use-platform-data-for-the-sprom.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-4.4/357-MIPS-BCM63XX-use-platform-data-for-the-sprom.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-4.4/357-MIPS-BCM63XX-use-platform-data-for-the-sprom.patch b/target/linux/brcm63xx/patches-4.4/357-MIPS-BCM63XX-use-platform-data-for-the-sprom.patch index 9120b71182..cfa7d768b0 100644 --- a/target/linux/brcm63xx/patches-4.4/357-MIPS-BCM63XX-use-platform-data-for-the-sprom.patch +++ b/target/linux/brcm63xx/patches-4.4/357-MIPS-BCM63XX-use-platform-data-for-the-sprom.patch @@ -91,5 +91,5 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org> + struct fallback_sprom_data fallback_sprom; + /* Additional platform devices */ - struct platform_device **devs; - unsigned int num_devs; + struct spi_board_info *spis; + unsigned int num_spis; |