unify {de,}mangle_poll(), get rid of kernel-side POLL...
[cris-mirror.git] / arch / metag / kernel / machines.c
blobe49790181051d4071e001db9336d9239003824f8
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * arch/metag/kernel/machines.c
5 * Copyright (C) 2012 Imagination Technologies Ltd.
7 * Generic Meta Boards.
8 */
10 #include <linux/init.h>
11 #include <asm/irq.h>
12 #include <asm/mach/arch.h>
14 static const char *meta_boards_compat[] __initdata = {
15 "img,meta",
16 NULL,
19 MACHINE_START(META, "Generic Meta")
20 .dt_compat = meta_boards_compat,
21 MACHINE_END