From 623aca88308b4f917f0465cd5dd1514ee781bee8 Mon Sep 17 00:00:00 2001 From: David Wu Date: Tue, 16 Apr 2019 21:57:54 +0800 Subject: pinctrl: rockchip: Clean the unused type and label As the mux/pull/drive feature implement at own file, the type and label are not necessary. Signed-off-by: David Wu Signed-off-by: Kever Yang --- drivers/pinctrl/rockchip/pinctrl-rk3399.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/pinctrl/rockchip/pinctrl-rk3399.c') diff --git a/drivers/pinctrl/rockchip/pinctrl-rk3399.c b/drivers/pinctrl/rockchip/pinctrl-rk3399.c index 68bb492a6b..75634e9f4d 100644 --- a/drivers/pinctrl/rockchip/pinctrl-rk3399.c +++ b/drivers/pinctrl/rockchip/pinctrl-rk3399.c @@ -290,8 +290,6 @@ static struct rockchip_pin_bank rk3399_pin_banks[] = { static struct rockchip_pin_ctrl rk3399_pin_ctrl = { .pin_banks = rk3399_pin_banks, .nr_banks = ARRAY_SIZE(rk3399_pin_banks), - .label = "RK3399-GPIO", - .type = RK3399, .grf_mux_offset = 0xe000, .pmu_mux_offset = 0x0, .grf_drv_offset = 0xe100, -- cgit