staging: xillybus: Removed mmiowb() as iowrite32() is ordered
authorEli Billauer <eli.billauer@gmail.com>
Sat, 16 Aug 2014 15:57:58 +0000 (18:57 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Aug 2014 20:14:41 +0000 (13:14 -0700)
commit9fdde3668fc0f2520327f69bef97e4ab0e659043
treeccff2bbfdd473ae73839c43bf6305232ebe8a64f
parentf66a49766fdfcb8186056bd44a407594c6a3d5ff
staging: xillybus: Removed mmiowb() as iowrite32() is ordered

mmiowb() was used to make sure that iowrite32() take place in the correct
order, which is an unnecessary precuation.

Signed-off-by: Eli Billauer <eli.billauer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xillybus/xillybus_core.c