linux-stable/drivers/misc/mic/bus
Vincent Whitchurch fbc63864fa mic: Rename ioremap pointer to remap
Some architectures (like MIPS) implement ioremap as a macro, and this
leads to conflicts with the ioremap function pointer in various mic
structures.

 drivers/misc/mic/vop/vop_vringh.c:
   In function 'vop_virtio_init_post':
 drivers/misc/mic/vop/vop_vringh.c:86:13:
   error: macro "ioremap" passed 3 arguments, but takes just 2

Rename ioremap to remap to fix this.  Likewise for iounmap.

Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-02-26 12:54:55 +01:00
..
cosm_bus.c misc: mic: replace kfree with put_device 2015-10-17 21:42:29 -07:00
cosm_bus.h misc: mic: Fix crash when MIC reset is invoked in RESET_FAILED state 2016-02-07 22:53:40 -08:00
Makefile misc: mic: MIC VOP Bus 2016-02-09 17:32:37 -08:00
mic_bus.c treewide: Move dma_ops from struct dev_archdata into struct device 2017-01-24 12:23:35 -05:00
scif_bus.c treewide: Move dma_ops from struct dev_archdata into struct device 2017-01-24 12:23:35 -05:00
scif_bus.h mic: Rename ioremap pointer to remap 2019-02-26 12:54:55 +01:00
vop_bus.c misc: mic: Release reference count and memory for VOP device 2018-03-15 18:12:01 +01:00
vop_bus.h mic: Rename ioremap pointer to remap 2019-02-26 12:54:55 +01:00