diff options
author | Heiko Carstens <[email protected]> | 2013-02-06 17:24:02 +0100 |
---|---|---|
committer | Anton Vorontsov <[email protected]> | 2013-02-16 13:23:33 -0800 |
commit | 049645d753e39cb64c8563faf865b0689256cf28 (patch) | |
tree | 2080b6b7a599d2e1e9126824b95f3b394575eebe | |
parent | 7e6c647ed9994428643e7e740b2d8241ee13da5c (diff) |
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 <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
Signed-off-by: Anton Vorontsov <[email protected]>
-rw-r--r-- | drivers/power/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 1e4719790a94..9e00c389e777 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -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. |