ar71xx: update mips multi-machine stuff
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-pb42.c
index 10cdf5d2fa09f0715c1a3656747d981451b02125..44bf38991c1957da7b9482954cb6cc07919d4c0f 100644 (file)
@@ -9,9 +9,9 @@
  *  by the Free Software Foundation.
  */
 
-#include <asm/mips_machine.h>
 #include <asm/mach-ar71xx/ar71xx.h>
 
+#include "machtype.h"
 #include "devices.h"
 #include "dev-m25p80.h"
 #include "dev-gpio-buttons.h"
@@ -69,4 +69,4 @@ static void __init pb42_init(void)
        pb42_pci_init();
 }
 
-MIPS_MACHINE(AR71XX_MACH_PB42, "Atheros PB42", pb42_init);
+MIPS_MACHINE(AR71XX_MACH_PB42, "PB42", "Atheros PB42", pb42_init);