Home
last modified time | relevance | path

Searched hist:ef237039c5c86b6587ee1fd88857a24fa5978474 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dio.hdiff ef237039c5c86b6587ee1fd88857a24fa5978474 Wed Mar 28 01:08:28 CEST 2018 Logan Gunthorpe <logang@deltatee.com> 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>