From: Heiko Carstens <heiko.carstens@de.ibm.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>,
Alexander Clouter <alex@digriz.org.uk>,
Herbert Xu <herbert@gondor.apana.org.au>,
Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: linux-next: Tree for March 20 - timeriomem build break on s390
Date: Fri, 20 Mar 2009 10:09:01 +0100 [thread overview]
Message-ID: <20090320100901.45ce2e6f@osiris.boeblingen.de.ibm.com> (raw)
In-Reply-To: <20090320162800.24b0ad93.sfr@canb.auug.org.au>
'hwrng: timeriomem' breaks an allyesconfig build on s390:
CC drivers/char/hw_random/timeriomem-rng.o
drivers/char/hw_random/timeriomem-rng.c: In function 'timeriomem_rng_data_read':
drivers/char/hw_random/timeriomem-rng.c:60: error: implicit declaration of function 'readl'
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
---
drivers/char/hw_random/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-next/drivers/char/hw_random/Kconfig
===================================================================
--- linux-next.orig/drivers/char/hw_random/Kconfig
+++ linux-next/drivers/char/hw_random/Kconfig
@@ -22,7 +22,7 @@ config HW_RANDOM
config HW_RANDOM_TIMERIOMEM
tristate "Timer IOMEM HW Random Number Generator support"
- depends on HW_RANDOM
+ depends on HW_RANDOM && HAS_IOMEM
---help---
This driver provides kernel-side support for a generic Random
Number Generator used by reading a 'dumb' iomem address that
next prev parent reply other threads:[~2009-03-20 9:09 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-20 5:28 linux-next: Tree for March 20 Stephen Rothwell
2009-03-20 9:05 ` Next March 20 : drivers/md/dm-exception-store build break Sachin Sant
2009-03-20 9:09 ` Heiko Carstens [this message]
2009-03-21 6:19 ` linux-next: Tree for March 20 - timeriomem build break on s390 Herbert Xu
2009-03-21 10:38 ` Alexander Clouter
2009-03-20 9:14 ` linux-next: Tree for March 20 - dnet " Heiko Carstens
2009-03-20 11:06 ` [PATCH] dnet: DNET should depend on HAS_IOMEM Ilya Yanok
2009-03-21 23:58 ` David Miller
2009-03-20 12:59 ` linux-next: Tree for March 20 - crypto crash on s390 Heiko Carstens
2009-03-21 6:26 ` Herbert Xu
2009-03-21 10:56 ` Heiko Carstens
2009-03-21 13:13 ` Herbert Xu
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=20090320100901.45ce2e6f@osiris.boeblingen.de.ibm.com \
--to=heiko.carstens@de.ibm.com \
--cc=alex@digriz.org.uk \
--cc=herbert@gondor.apana.org.au \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=schwidefsky@de.ibm.com \
--cc=sfr@canb.auug.org.au \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).