linux3.10: renamed io_vol_domain to rockchip_io_domain

This commit is contained in:
张晴
2014-02-28 10:45:18 +08:00
parent c87723d9e4
commit 6fc76d3faa
3 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
obj-$(CONFIG_REGULATOR_WM8994) += wm8994-regulator.o
obj-$(CONFIG_REGULATOR_ACT8846) += act8846.o
obj-$(CONFIG_ARCH_ROCKCHIP) += rk_io_vol_domain.o
obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip_io_vol_domain.o
ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG

View File

@@ -17,7 +17,7 @@
#include <linux/regulator/driver.h>
#include <linux/regulator/machine.h>
#include <linux/pinctrl/consumer.h>
#include <linux/regulator/rk_io_vol_domain.h>
#include <linux/regulator/rockchip_io_vol_domain.h>
struct io_domain_port *g_uap;