diff options
Diffstat (limited to 'arch/mips/ath25/devices.c')
-rw-r--r-- | arch/mips/ath25/devices.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/ath25/devices.c b/arch/mips/ath25/devices.c new file mode 100644 index 000000000000..049ab4477954 --- /dev/null +++ b/arch/mips/ath25/devices.c | |||
@@ -0,0 +1,10 @@ | |||
1 | #include <linux/kernel.h> | ||
2 | #include <linux/init.h> | ||
3 | #include <asm/bootinfo.h> | ||
4 | |||
5 | #include "devices.h" | ||
6 | |||
7 | const char *get_system_type(void) | ||
8 | { | ||
9 | return "Atheros (unknown)"; | ||
10 | } | ||