From 7190b34d699daefec3d3155d7900591d6c0506f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=BB=84=E6=B6=9B?= Date: Sat, 18 Dec 2010 14:47:55 +0800 Subject: [PATCH] rk29: rm vreg.h --- arch/arm/mach-rk29/include/mach/pmu.h | 2 +- arch/arm/mach-rk29/include/mach/vreg.h | 28 -------------------------- 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 arch/arm/mach-rk29/include/mach/vreg.h diff --git a/arch/arm/mach-rk29/include/mach/pmu.h b/arch/arm/mach-rk29/include/mach/pmu.h index c3ad47eddadf..779eacfcd1a0 100644 --- a/arch/arm/mach-rk29/include/mach/pmu.h +++ b/arch/arm/mach-rk29/include/mach/pmu.h @@ -1,4 +1,4 @@ -/* arch/arm/mach-rk29/include/mach/rk29_pmu.h +/* arch/arm/mach-rk29/include/mach/pmu.h * * Copyright (C) 2010 ROCKCHIP, Inc. * diff --git a/arch/arm/mach-rk29/include/mach/vreg.h b/arch/arm/mach-rk29/include/mach/vreg.h deleted file mode 100644 index 49f15d2bc8be..000000000000 --- a/arch/arm/mach-rk29/include/mach/vreg.h +++ /dev/null @@ -1,28 +0,0 @@ -/* arch/arm/mach-rk2818/include/mach/vreg.h - * - * Copyright (C) 2010 ROCKCHIP, Inc. - * - * This software is licensed under the terms of the GNU General Public - * License version 2, as published by the Free Software Foundation, and - * may be copied, distributed, and modified under those terms. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - */ - -#ifndef __ARCH_ARM_MACH_RK29_VREG_H -#define __ARCH_ARM_MACH_RK29_VREG_H - -struct vreg; - -struct vreg *vreg_get(struct device *dev, const char *id); -void vreg_put(struct vreg *vreg); - -int vreg_enable(struct vreg *vreg); -void vreg_disable(struct vreg *vreg); -int vreg_set_level(struct vreg *vreg, unsigned mv); - -#endif -- 2.34.1