Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332241
b: refs/heads/master
c: a0aa457
h: refs/heads/master
i:
  332239: a956e57
v: v3
  • Loading branch information
Gabor Juhos authored and John Crispin committed Aug 28, 2012
1 parent a4b4244 commit fb0daaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00ffed582fe8a3f7556593c0e8baaf3da3df85b0
refs/heads/master: a0aa4577ec579eb230557b85d721fd019ea69e02
2 changes: 2 additions & 0 deletions trunk/arch/mips/ath79/mach-db120.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "dev-gpio-buttons.h"
#include "dev-leds-gpio.h"
#include "dev-spi.h"
#include "dev-usb.h"
#include "dev-wmac.h"
#include "pci.h"

Expand Down Expand Up @@ -126,6 +127,7 @@ static void __init db120_setup(void)
db120_gpio_keys);
ath79_register_spi(&db120_spi_data, db120_spi_info,
ARRAY_SIZE(db120_spi_info));
ath79_register_usb();
ath79_register_wmac(art + DB120_WMAC_CALDATA_OFFSET);
db120_pci_init(art + DB120_PCIE_CALDATA_OFFSET);
}
Expand Down

0 comments on commit fb0daaa

Please sign in to comment.