public inbox for linux-next@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] thermal: add missing HAS_IOMEM dependency for SPEAr13x thermal sensor driver
@ 2012-02-29 12:40 Heiko Carstens
  2012-02-29 14:17 ` Vincenzo Frascino
  0 siblings, 1 reply; 3+ messages in thread
From: Heiko Carstens @ 2012-02-29 12:40 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-next, Heiko Carstens, Vincenzo Frascino, Viresh Kumar

Fix this build error on s390:

drivers/thermal/spear_thermal.c: In function 'thermal_get_temp':
drivers/thermal/spear_thermal.c:49:2: error:
   implicit declaration of function 'readl' [-Werror=implicit-function-declaration]

Cc: Vincenzo Frascino <vincenzo.frascino@st.com>
Cc: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
---
 drivers/thermal/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 2633fe0..06101a7 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -21,7 +21,7 @@ config THERMAL_HWMON
 
 config SPEAR_THERMAL
 	bool "SPEAr thermal sensor driver"
-	depends on THERMAL
+	depends on THERMAL && HAS_IOMEM
 	help
 	  Enable this to plug the SPEAr thermal sensor driver into the Linux
 	  thermal framework
-- 
1.7.9

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-29 18:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29 12:40 [PATCH] thermal: add missing HAS_IOMEM dependency for SPEAr13x thermal sensor driver Heiko Carstens
2012-02-29 14:17 ` Vincenzo Frascino
2012-02-29 18:53   ` Paul Gortmaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox