goldfish_battery: Add missing GENERIC_HARDIRQS dependency
Fix this link error on s390: ERROR: "devm_request_threaded_irq" [drivers/power/goldfish_battery.ko] undefined! Cc: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Anton Vorontsov <anton@enomsg.org>
This commit is contained in:
parent
7e6c647ed9
commit
049645d753
1 changed files with 1 additions and 0 deletions
|
@ -348,6 +348,7 @@ config AB8500_BM
|
||||||
|
|
||||||
config BATTERY_GOLDFISH
|
config BATTERY_GOLDFISH
|
||||||
tristate "Goldfish battery driver"
|
tristate "Goldfish battery driver"
|
||||||
|
depends on GENERIC_HARDIRQS
|
||||||
help
|
help
|
||||||
Say Y to enable support for the battery and AC power in the
|
Say Y to enable support for the battery and AC power in the
|
||||||
Goldfish emulator.
|
Goldfish emulator.
|
||||||
|
|
Loading…
Add table
Reference in a new issue