summaryrefslogtreecommitdiffstats
path: root/include/linux/power
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-09-28 14:19:08 +0200
committerArnd Bergmann <arnd@arndb.de>2023-01-09 17:00:54 +0100
commit00a5d41ee1b05a8f0c75e1f7e26d363f4c68420e (patch)
treecf36294191d1269d9a29f1f70efec47f4d2ab3c6 /include/linux/power
parente1d3cd9451c106b292f1741bff1c6bbc6424e407 (diff)
downloadlinux-00a5d41ee1b05a8f0c75e1f7e26d363f4c68420e.tar.gz
linux-00a5d41ee1b05a8f0c75e1f7e26d363f4c68420e.tar.bz2
linux-00a5d41ee1b05a8f0c75e1f7e26d363f4c68420e.zip
ARM: omap2: smartreflex: remove on_init control
Nothing calls omap_enable_smartreflex_on_init() any more, so it does not need to be tracked either. Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/linux/power')
-rw-r--r--include/linux/power/smartreflex.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/power/smartreflex.h b/include/linux/power/smartreflex.h
index 167b9b040091..3a2c79dfc1ff 100644
--- a/include/linux/power/smartreflex.h
+++ b/include/linux/power/smartreflex.h
@@ -273,8 +273,6 @@ struct omap_sr_nvalue_table {
* @senn_avgweight SENNAVGWEIGHT value of the sr AVGWEIGHT register
* @senp_avgweight SENPAVGWEIGHT value of the sr AVGWEIGHT register
* @nvalue_count: Number of distinct nvalues in the nvalue table
- * @enable_on_init: whether this sr module needs to enabled at
- * boot up or not.
* @nvalue_table: table containing the efuse offsets and nvalues
* corresponding to them.
* @voltdm: Pointer to the voltage domain associated with the SR
@@ -290,7 +288,6 @@ struct omap_sr_data {
u32 senn_avgweight;
u32 senp_avgweight;
int nvalue_count;
- bool enable_on_init;
struct omap_sr_nvalue_table *nvalue_table;
struct voltagedomain *voltdm;
};