From: Thomas Meyer <thomas@m3y3r.de>
To: p.zabel@pengutronix.de, linux-kernel@vger.kernel.org,
Eugeniy.Paltsev@synopsys.com
Cc: Thomas Meyer <thomas@m3y3r.de>
Subject: [PATCH] ARC: reset: Only build on archs that have IOMEM
Date: Sat, 9 Sep 2017 06:02:46 +0200 [thread overview]
Message-ID: <20170909040246.5892-1-thomas@m3y3r.de> (raw)
This avoids the error:
drivers/reset/reset-hsdk-v1.o: In function `hsdkv1_reset_probe':
/home/thomas/git/linux/drivers/reset/reset-hsdk-v1.c:101: undefined
reference to `devm_ioremap_resource'
collect2: error: ld returned 1 exit status
Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
---
drivers/reset/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index 52d5251660b9..a656750667b2 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -36,6 +36,7 @@ config RESET_BERLIN
config RESET_HSDK_V1
bool "HSDK v1 Reset Driver"
+ depends on HAS_IOMEM
default n
help
This enables the reset controller driver for HSDK v1.
--
2.11.0
reply other threads:[~2017-09-11 13:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20170909040246.5892-1-thomas@m3y3r.de \
--to=thomas@m3y3r.de \
--cc=Eugeniy.Paltsev@synopsys.com \
--cc=linux-kernel@vger.kernel.org \
--cc=p.zabel@pengutronix.de \
/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
all inboxes | Powered by JetHome®