From: 黄涛 Date: Sat, 18 Dec 2010 06:47:55 +0000 (+0800) Subject: rk29: rm vreg.h X-Git-Tag: firefly_0821_release~10921 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7190b34d699daefec3d3155d7900591d6c0506f6;p=firefly-linux-kernel-4.4.55.git rk29: rm 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