]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
authorLogan Gunthorpe <logang@deltatee.com>
Tue, 27 Mar 2018 23:08:28 +0000 (17:08 -0600)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 5 Apr 2018 04:58:52 +0000 (14:58 +1000)
commitf0b31a7db72151fa04982f28000b70cead9a0162
tree8727e3276e24a6e90711ca944f4e1e87c4e98b91
parentef00afd90fe5077ab7aafedf74f9c8384860479b
powerpc: io.h: move iomap.h include so that it can use readq/writeq defs

Subsequent patches in this series makes use of the readq and writeq
defines in iomap.h. However, as is, they get missed on the powerpc
platform seeing the include comes before the define. This patch moves
the include down to fix this.

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/io.h