mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
linux3.10: renamed io_vol_domain to rockchip_io_domain
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user