projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e6c647
)
goldfish_battery: Add missing GENERIC_HARDIRQS dependency
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Wed, 6 Feb 2013 16:24:02 +0000
(17:24 +0100)
committer
Anton Vorontsov
<anton@enomsg.org>
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 <dwmw2@infradead.org>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>
drivers/power/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/power/Kconfig
b/drivers/power/Kconfig
index 1e4719790a94b613e7d132fb49b2a30a35908d8a..9e00c389e777d95d43abf84836a901f1a7a4e3e2 100644
(file)
--- 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.