pm.c (9095bf25ea08135a5b74875dd0e3eeaddc4218a0) pm.c (176ce1b7b0f6469eac05677e6f2ae9624e7bf879)
1// SPDX-License-Identifier: GPL-2.0
1/*
2 * arch/sh/kernel/cpu/shmobile/pm.c
3 *
4 * Power management support code for SuperH Mobile
5 *
6 * Copyright (C) 2009 Magnus Damm
2/*
3 * arch/sh/kernel/cpu/shmobile/pm.c
4 *
5 * Power management support code for SuperH Mobile
6 *
7 * Copyright (C) 2009 Magnus Damm
7 *
8 * This file is subject to the terms and conditions of the GNU General Public
9 * License. See the file "COPYING" in the main directory of this archive
10 * for more details.
11 */
12#include <linux/init.h>
13#include <linux/kernel.h>
14#include <linux/io.h>
15#include <linux/suspend.h>
16#include <asm/suspend.h>
17#include <linux/uaccess.h>
18#include <asm/cacheflush.h>

--- 138 unchanged lines hidden ---
8 */
9#include <linux/init.h>
10#include <linux/kernel.h>
11#include <linux/io.h>
12#include <linux/suspend.h>
13#include <asm/suspend.h>
14#include <linux/uaccess.h>
15#include <asm/cacheflush.h>

--- 138 unchanged lines hidden ---