s5pv210.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) s5pv210.c (049633fc09b0fd1d3e6aac52d3a1b2461a17960b)
1/*
2 * Samsung's S5PC110/S5PV210 flattened device tree enabled machine.
3 *
4 * Copyright (c) 2013-2014 Samsung Electronics Co., Ltd.
5 * Mateusz Krawczuk <m.krawczuk@partner.samsung.com>
6 * Tomasz Figa <t.figa@samsung.com>
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
11 */
1// SPDX-License-Identifier: GPL-2.0
2//
3// Samsung's S5PC110/S5PV210 flattened device tree enabled machine.
4//
5// Copyright (c) 2013-2014 Samsung Electronics Co., Ltd.
6// Mateusz Krawczuk <m.krawczuk@partner.samsung.com>
7// Tomasz Figa <t.figa@samsung.com>
12
13#include <linux/of_fdt.h>
14#include <linux/of_platform.h>
15
16#include <asm/mach/arch.h>
17#include <asm/mach/map.h>
18#include <asm/system_misc.h>
19

--- 58 unchanged lines hidden ---
8
9#include <linux/of_fdt.h>
10#include <linux/of_platform.h>
11
12#include <asm/mach/arch.h>
13#include <asm/mach/map.h>
14#include <asm/system_misc.h>
15

--- 58 unchanged lines hidden ---