On Fri, May 26, 2017 at 8:19 AM, Stephen Rothwell <s...@canb.auug.org.au> wrote: > These are completely obvious as all they do is include the asm-generic > versions. > > Signed-off-by: Stephen Rothwell <s...@canb.auug.org.au>
I think I had a patch series to do those some 10 years ago and never submitted it ;-) Acked-by: Arnd Bergmann <a...@arndb.de> asm/sockios.h is identical to the asm-generic version, so we can do the same there. asm/swab.h is functionally identical, the asm-generic version also has a workaround for non-gcc compilers. asm/socket.h would also be easy to change so we mostly use asm-generic, the generic version already has a special case for powerpc.