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

