All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vincenzo Frascino <vincenzo.frascino@st.com>
To: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	"linux-next@vger.kernel.org" <linux-next@vger.kernel.org>,
	Viresh KUMAR <viresh.kumar@st.com>
Subject: Re: [PATCH] thermal: add missing HAS_IOMEM dependency for SPEAr13x thermal sensor driver
Date: Wed, 29 Feb 2012 15:17:14 +0100	[thread overview]
Message-ID: <4F4E336A.8050602@st.com> (raw)
In-Reply-To: <1330519212-7046-1-git-send-email-heiko.carstens@de.ibm.com>

Thanks Heiko,

Il 29/02/2012 13:40, Heiko Carstens ha scritto:
> 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
Reviewed-by: Vincenzo Frascino <vincenzo.frascino@st.com>

  reply	other threads:[~2012-02-29 14:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2012-02-29 18:53   ` Paul Gortmaker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F4E336A.8050602@st.com \
    --to=vincenzo.frascino@st.com \
    --cc=akpm@linux-foundation.org \
    --cc=heiko.carstens@de.ibm.com \
    --cc=linux-next@vger.kernel.org \
    --cc=viresh.kumar@st.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.