linux/arch/mips/ath25/devices.c
Sergey Ryazanov 43cc739fd9 MIPS: ath25: add common parts
Add common code for Atheros AR5312 and Atheros AR2315 SoCs families.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Cc: Linux MIPS <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/8237
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2014-11-24 07:45:26 +01:00

11 lines
166 B
C

#include <linux/kernel.h>
#include <linux/init.h>
#include <asm/bootinfo.h>
#include "devices.h"
const char *get_system_type(void)
{
return "Atheros (unknown)";
}