]> Git Repo - linux.git/commitdiff
goldfish_battery: Add missing GENERIC_HARDIRQS dependency
authorHeiko Carstens <[email protected]>
Wed, 6 Feb 2013 16:24:02 +0000 (17:24 +0100)
committerAnton Vorontsov <[email protected]>
Sat, 16 Feb 2013 21:23:33 +0000 (13:23 -0800)
Fix this link error on s390:

ERROR: "devm_request_threaded_irq" [drivers/power/goldfish_battery.ko] undefined!

Cc: David Woodhouse <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
Signed-off-by: Anton Vorontsov <[email protected]>
drivers/power/Kconfig

index 1e4719790a94b613e7d132fb49b2a30a35908d8a..9e00c389e777d95d43abf84836a901f1a7a4e3e2 100644 (file)
@@ -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.
This page took 0.047503 seconds and 4 git commands to generate.