suspend.c (70a02f840c5113cd9255ce4c1b1848bb48b0bd21) | suspend.c (347863d47a17efa742799da468c64e9673658945) |
---|---|
1/* 2 * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd. 3 * http://www.samsung.com 4 * 5 * EXYNOS - Suspend support 6 * 7 * Based on arch/arm/mach-s3c2410/pm.c 8 * Copyright (c) 2006 Simtec Electronics 9 * Ben Dooks <ben@simtec.co.uk> 10 * 11 * This program is free software; you can redistribute it and/or modify 12 * it under the terms of the GNU General Public License version 2 as 13 * published by the Free Software Foundation. 14 */ | 1// SPDX-License-Identifier: GPL-2.0 2// 3// Copyright (c) 2011-2014 Samsung Electronics Co., Ltd. 4// http://www.samsung.com 5// 6// EXYNOS - Suspend support 7// 8// Based on arch/arm/mach-s3c2410/pm.c 9// Copyright (c) 2006 Simtec Electronics 10// Ben Dooks <ben@simtec.co.uk> |
15 16#include <linux/init.h> 17#include <linux/suspend.h> 18#include <linux/syscore_ops.h> 19#include <linux/cpu_pm.h> 20#include <linux/io.h> 21#include <linux/irq.h> 22#include <linux/irqchip.h> --- 640 unchanged lines hidden --- | 11 12#include <linux/init.h> 13#include <linux/suspend.h> 14#include <linux/syscore_ops.h> 15#include <linux/cpu_pm.h> 16#include <linux/io.h> 17#include <linux/irq.h> 18#include <linux/irqchip.h> --- 640 unchanged lines hidden --- |