ARM: rockchip: fix broken build
[linux/fpc-iii.git] / arch / arm / mach-zx / zx296702.c
blob60bb1a8e1bf1f3c63d74a2e5aaf2091240c3b227
1 /*
2 * Copyright 2014 Linaro Ltd.
3 * Copyright (C) 2014 ZTE Corporation.
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 */
10 #include <asm/mach/arch.h>
11 #include <asm/mach/map.h>
13 #include <linux/of_address.h>
14 #include <linux/of_platform.h>
16 static const char *zx296702_dt_compat[] __initconst = {
17 "zte,zx296702",
18 NULL,
21 DT_MACHINE_START(ZX, "ZTE ZX296702 (Device Tree)")
22 .dt_compat = zx296702_dt_compat,
23 .l2c_aux_val = 0,
24 .l2c_aux_mask = ~0,
25 MACHINE_END