rk29: rm vreg.h
author黄涛 <huangtao@rock-chips.com>
Sat, 18 Dec 2010 06:47:55 +0000 (14:47 +0800)
committer黄涛 <huangtao@rock-chips.com>
Sat, 18 Dec 2010 06:47:55 +0000 (14:47 +0800)
arch/arm/mach-rk29/include/mach/pmu.h
arch/arm/mach-rk29/include/mach/vreg.h [deleted file]

index c3ad47eddadf28849fbd2587332b706d599bb759..779eacfcd1a004445cd6652200c0f8b37e4e317f 100644 (file)
@@ -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 (file)
index 49f15d2..0000000
+++ /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