43cc739fd9
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>
11 lines
166 B
C
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)";
|
|
}
|