aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-08-31 18:53:34 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-08-31 18:53:34 +0000
commit298202afb8c19917b1f74968388d6093b675be25 (patch)
tree3b7d671ae5b37e59c17b5c73ee92dadf40c4e0ef /target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c
parentaec7426483c0ac4682b83f26e347c93b64833c17 (diff)
downloadupstream-298202afb8c19917b1f74968388d6093b675be25.tar.gz
upstream-298202afb8c19917b1f74968388d6093b675be25.tar.bz2
upstream-298202afb8c19917b1f74968388d6093b675be25.zip
share machine registration code
SVN-Revision: 17456
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c
index a31fbea396..97fe857374 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c
@@ -16,9 +16,9 @@
#include <linux/leds.h>
#include <asm/mips_machine.h>
+#include <asm/mach-ralink/machine.h>
#include <asm/mach-ralink/dev_gpio_leds.h>
-#include "machine.h"
#include "devices.h"
#define WHR_G300N_GPIO_LED_DIAG 7
@@ -93,4 +93,4 @@ static void __init whr_g300n_init(void)
whr_g300n_leds_gpio);
}
-MIPS_MACHINE(RT305X_MACH_WHR_G300N, "Buffalo WHR-G300N", whr_g300n_init);
+MIPS_MACHINE(RAMIPS_MACH_WHR_G300N, "Buffalo WHR-G300N", whr_g300n_init);