regulator: Drop unnecessary struct member
authorMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Wed, 24 Nov 2021 07:17:37 +0000 (09:17 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 24 Nov 2021 12:57:27 +0000 (12:57 +0000)
commit1b6ed6bf32fb22ef8e3572fc9c0f6454adf1ca40
treeb81a4fce9cf9e8483dd9f0aeca46b6115241465e
parentcff6f593251cdf5398dc3c57f7032b8e9dcb633e
regulator: Drop unnecessary struct member

The irq_flags from the regulator IRQ helper description struct was never
used. The IRQ flags are passed as parameters to helper registration
instead.

Remove the unnecessary struct field.

Fixes: 7111c6d1b31b ("regulator: IRQ based event/error notification helpers")
Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Link: https://lore.kernel.org/r/5f6371e178453fa2b165da50452f7db4e986debb.1637736436.git.matti.vaittinen@fi.rohmeurope.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/regulator/driver.h