power.c (f26e8817b235d8764363bffcc9cbfc61867371f2) | power.c (873e65bc09078e56eaa51af2c9c60da2fad6fdbf) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/* 2 * Interface for power-management for ppc64 compliant platform 3 * 4 * Manish Ahuja <mahuja@us.ibm.com> 5 * 6 * Feb 2007 7 * 8 * Copyright (C) 2007 IBM Corporation. | 2/* 3 * Interface for power-management for ppc64 compliant platform 4 * 5 * Manish Ahuja <mahuja@us.ibm.com> 6 * 7 * Feb 2007 8 * 9 * Copyright (C) 2007 IBM Corporation. |
9 * 10 * This program is free software; you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation; version 2 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
22 */ 23 24#include <linux/kobject.h> 25#include <linux/string.h> 26#include <linux/errno.h> 27#include <linux/init.h> 28#include <asm/machdep.h> 29 --- 55 unchanged lines hidden --- | 10 */ 11 12#include <linux/kobject.h> 13#include <linux/string.h> 14#include <linux/errno.h> 15#include <linux/init.h> 16#include <asm/machdep.h> 17 --- 55 unchanged lines hidden --- |