On Mon, Jun 17, 2019 at 09:54:45PM +0200, Richard Weinberger wrote:
> Hi!
>
> ----- Ursprüngliche Mail -----
> > Von: "Randy Dunlap" <[email protected]>
> > An: "linux-kernel" <[email protected]>, [email protected]
> > CC: "Geert Uytterhoeven" <[email protected]>, "Kjeld Flarup"
> > <[email protected]>, "Patrick Havelange"
> > <[email protected]>, "William Breathitt Gray"
> > <[email protected]>, "richard" <[email protected]>
> > Gesendet: Montag, 17. Juni 2019 18:21:40
> > Betreff: [PATCH] counter: fix ftm-quaddec build error on UML
>
> > From: Randy Dunlap <[email protected]>
> >
> > Fix build error on user-mode Linux, which does not set HAS_IOMEM,
> > so devm_ioremap() is not available. Fixes this build error:
> >
> > ERROR: "devm_ioremap" [drivers/counter/ftm-quaddec.ko] undefined!
> >
> > Fixes: a3b9a99980d9 ("counter: add FlexTimer Module Quadrature decoder
> > counter
> > driver")
> >
> > Reported-by: Geert Uytterhoeven <[email protected]>
> > Signed-off-by: Randy Dunlap <[email protected]>
>
> AFAICT Patrick fixed this already.
>
> Thanks,
> //richard
Yes, commit 0c75376fa395 ("counter/ftm-quaddec: Add missing dependencies
in Kconfig") in Greg KH's staging repository in the staging-linus
branch should address this issue.
William Breathitt Gray