Commit ad6b97fc authored by Al Viro's avatar Al Viro

[PATCH] iomap_copy fallout (m68k)

added __raw_writel(), sanitized include order in iomap_copy.c
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent cead14da
...@@ -336,6 +336,7 @@ static inline void raw_outsw_swapw(volatile u16 __iomem *port, const u16 *buf, ...@@ -336,6 +336,7 @@ static inline void raw_outsw_swapw(volatile u16 __iomem *port, const u16 *buf,
: "d0", "a0", "a1", "d6"); : "d0", "a0", "a1", "d6");
} }
#define __raw_writel raw_outl
#endif /* __KERNEL__ */ #endif /* __KERNEL__ */
......
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#include <linux/io.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/io.h>
/** /**
* __iowrite32_copy - copy data to MMIO space, in 32-bit units * __iowrite32_copy - copy data to MMIO space, in 32-bit units
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment