diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-10-03 11:03:58 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-10-03 11:03:58 +0000 |
commit | 14ebb012a449f8577c1915e5d0ad07859559b3eb (patch) | |
tree | 470f90cfe888262af2e568e4b1e8727e575e02b4 /target/linux | |
parent | 8a971b277071a18ab032a841bda8b30758f647d2 (diff) | |
download | upstream-14ebb012a449f8577c1915e5d0ad07859559b3eb.tar.gz upstream-14ebb012a449f8577c1915e5d0ad07859559b3eb.tar.bz2 upstream-14ebb012a449f8577c1915e5d0ad07859559b3eb.zip |
brcm63xx: fix wrong fixups pointer
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42756
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm63xx/patches-3.14/505-board_spw500v.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.14/505-board_spw500v.patch b/target/linux/brcm63xx/patches-3.14/505-board_spw500v.patch index e2d36e722a..f326a9eb7d 100644 --- a/target/linux/brcm63xx/patches-3.14/505-board_spw500v.patch +++ b/target/linux/brcm63xx/patches-3.14/505-board_spw500v.patch @@ -79,7 +79,7 @@ + .type = SPROM_BCM4318, + .pci_bus = 0, + .pci_dev = 1, -+ .board_fixups = &spw500v_fixups, ++ .board_fixups = spw500v_fixups, + .num_board_fixups = ARRAY_SIZE(spw500v_fixups), + }, +}; |