2013/5/31 John Crispin <john@xxxxxxxxxxx>: > On 31/05/13 16:07, Florian Fainelli wrote: >> >> MIPS does define read{b,w,l,q}_relaxed but does not define their write >> counterparts: write{b,w,l,q}_relaxed. This patch adds the missing >> definitions for the write*_relaxed I/O accessors. >> >> Signed-off-by: Florian Fainelli<f.fainelli@xxxxxxxxx> > > > Acked-by: John Crispin <blogic@xxxxxxxxxxx> This probably needs consolidation at the include/asm-generic/io.h level, quite a lot of architectures have the same definition as MIPS here.