Skip to content

Commit

Permalink
goldfish_battery: Add missing GENERIC_HARDIRQS dependency
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Heiko Carstens authored and Anton Vorontsov committed Feb 16, 2013
1 parent 7e6c647 commit 049645d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/power/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ config AB8500_BM

config BATTERY_GOLDFISH
tristate "Goldfish battery driver"
depends on GENERIC_HARDIRQS
help
Say Y to enable support for the battery and AC power in the
Goldfish emulator.
Expand Down

0 comments on commit 049645d

Please sign in to comment.