exynos.c (70a02f840c5113cd9255ce4c1b1848bb48b0bd21) | exynos.c (347863d47a17efa742799da468c64e9673658945) |
---|---|
1/* 2 * SAMSUNG EXYNOS Flattened Device Tree enabled machine 3 * 4 * Copyright (c) 2010-2014 Samsung Electronics Co., Ltd. 5 * http://www.samsung.com 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as 9 * published by the Free Software Foundation. 10 */ | 1// SPDX-License-Identifier: GPL-2.0 2// 3// SAMSUNG EXYNOS Flattened Device Tree enabled machine 4// 5// Copyright (c) 2010-2014 Samsung Electronics Co., Ltd. 6// http://www.samsung.com |
11 12#include <linux/init.h> 13#include <linux/io.h> 14#include <linux/of.h> 15#include <linux/of_address.h> 16#include <linux/of_fdt.h> 17#include <linux/platform_device.h> 18#include <linux/irqchip.h> --- 223 unchanged lines hidden --- | 7 8#include <linux/init.h> 9#include <linux/io.h> 10#include <linux/of.h> 11#include <linux/of_address.h> 12#include <linux/of_fdt.h> 13#include <linux/platform_device.h> 14#include <linux/irqchip.h> --- 223 unchanged lines hidden --- |