use common get_system_type function
[openwrt/openwrt.git] / target / linux / ramips / files / arch / mips / ralink / rt305x / mach-generic.c
1 /*
2 * Generic RT305x machine setup
3 *
4 * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation.
9 */
10
11 #include <linux/init.h>
12
13 #include <asm/mips_machine.h>
14
15 #include "machine.h"
16
17 static void __init rt305x_generic_init(void)
18 {
19 }
20
21 MIPS_MACHINE(RT305X_MACH_GENERIC, "Generic RT305x board", rt305x_generic_init);