add gpio support to atheros, fixes #1861, thanks Othello
[openwrt.git] / target / linux / atheros / files / arch / mips / atheros / prom.c
index 403c931..73c66ac 100644 (file)
 
 #include <asm/bootinfo.h>
 #include <asm/addrspace.h>
-#include "ar531x.h"
+#include <ar531x.h>
 
 void __init prom_init(void)
 {
        char **argv;
 
-       mips_machgroup = MACH_GROUP_ATHEROS;
        mips_machtype = -1;
 
        DO_AR5312(ar5312_prom_init();)
This page took 0.025553 seconds and 4 git commands to generate.