Commit 049645d753e39cb64c8563faf865b0689256cf28

Authored by Heiko Carstens
Committed by Anton Vorontsov
1 parent 7e6c647ed9

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/power/Kconfig
... ... @@ -348,6 +348,7 @@
348 348  
349 349 config BATTERY_GOLDFISH
350 350 tristate "Goldfish battery driver"
  351 + depends on GENERIC_HARDIRQS
351 352 help
352 353 Say Y to enable support for the battery and AC power in the
353 354 Goldfish emulator.