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)
commitef237039c5c86b6587ee1fd88857a24fa5978474
tree8727e3276e24a6e90711ca944f4e1e87c4e98b91
parentad7b4e8022b9864c075fe71e1328b1d25cad82f6
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