Re: [PATCH] counter: ftm-quaddec: needs HAS_IOMEM

2019-06-08 Thread Jonathan Cameron
On Sat, 1 Jun 2019 23:38:05 +0200 Thomas Meyer wrote: > the driver fails for UML with: > drivers/counter/ftm-quaddec.c:301: undefined reference to `devm_ioremap' > > Fix it by depending on HAS_IOMEM Missing Signed-off-by. Unfortunately I came across another patch for this before yours so

[PATCH] counter: ftm-quaddec: needs HAS_IOMEM

2019-06-01 Thread Thomas Meyer
the driver fails for UML with: drivers/counter/ftm-quaddec.c:301: undefined reference to `devm_ioremap' Fix it by depending on HAS_IOMEM --- drivers/counter/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/counter/Kconfig b/drivers/counter/Kconfig index