Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

regulator: twl: Remove TWL6030_FIXED_RESOURCE

TWL6030_FIXED_RESOURCE is not used now, remove it.

TWL6030_FIXED_RESOURCE is not used since commit e76ab829cc
"regulator: twl: Remove references to the twl4030 regulator"

twl6030_fixed_resource is removed by commit 029dd3cef
"regulator: twl: Remove another unused variable warning".

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

authored by

Axel Lin and committed by
Mark Brown
d1924519 4813dd0e

-13
-13
drivers/regulator/twl-regulator.c
··· 934 934 }, \ 935 935 } 936 936 937 - #define TWL6030_FIXED_RESOURCE(label, offset, turnon_delay) \ 938 - static struct twlreg_info TWLRES_INFO_##label = { \ 939 - .base = offset, \ 940 - .desc = { \ 941 - .name = #label, \ 942 - .id = TWL6030_REG_##label, \ 943 - .ops = &twl6030_fixed_resource, \ 944 - .type = REGULATOR_VOLTAGE, \ 945 - .owner = THIS_MODULE, \ 946 - .enable_time = turnon_delay, \ 947 - }, \ 948 - } 949 - 950 937 #define TWL6025_ADJUSTABLE_SMPS(label, offset) \ 951 938 static const struct twlreg_info TWLSMPS_INFO_##label = { \ 952 939 .base = offset, \