[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1389714345-20165-6-git-send-email-richard@nod.at>
Date: Tue, 14 Jan 2014 16:45:44 +0100
From: Richard Weinberger <richard@....at>
To: kishon@...com, anton@...msg.org, dwmw2@...radead.org,
richardcochran@...il.com, lidza.louina@...il.com,
gregkh@...uxfoundation.org, jic23@...nel.org, davem@...emloft.net
Cc: sebastian.hesselbarth@...il.com, florian@...nwrt.org,
thomas.petazzoni@...e-electrons.com, lars@...afoo.de,
marex@...x.de, acourbot@...dia.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
driverdev-devel@...uxdriverproject.org, devel@...verdev.osuosl.org,
linux-iio@...r.kernel.org, Richard Weinberger <richard@....at>
Subject: [PATCH 6/7] power,goldfish: Add dependency on HAS_IOMEM
On archs like S390 or um this driver cannot build nor work.
Make it depend on HAS_IOMEM to bypass build failures.
drivers/built-in.o: In function `goldfish_battery_probe':
drivers/power/goldfish_battery.c:181: undefined reference to `devm_ioremap'
Signed-off-by: Richard Weinberger <richard@....at>
---
drivers/power/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index 85ad58c..32c6294 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -377,6 +377,7 @@ config AB8500_BM
config BATTERY_GOLDFISH
tristate "Goldfish battery driver"
depends on GOLDFISH || COMPILE_TEST
+ depends on HAS_IOMEM
help
Say Y to enable support for the battery and AC power in the
Goldfish emulator.
--
1.8.1.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists