m68k: Make sure {read,write}s[bwl]() are always defined
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 15 Apr 2012 18:37:39 +0000 (20:37 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 22 Apr 2012 18:16:50 +0000 (20:16 +0200)
commitf5db9c6a3dd94033a113a6bd9ccce9f8c28c70b1
treec4001c7ed89f43b62f841f576663d40c3c85bcfb
parentb637a6b16731d806ae2c8b9619a5619a2f283f15
m68k: Make sure {read,write}s[bwl]() are always defined

drivers/usb/musb/musb_io.h provides default implementations for
{read,write}s[bwl]() on most platforms, some of which will conflict soon
with platform-specific counterparts on m68k.

To avoid having to add more platform-specific checks to musb_io.h later,
make sure {read,write}s[bwl]() are always defined on m68k, and disable the
default implementations in musb_io.h on m68k, like is already done for
several other architectures.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Felipe Balbi <balbi@ti.com>
arch/m68k/include/asm/io_mm.h
drivers/usb/musb/musb_io.h
This page took 0.027244 seconds and 5 git commands to generate.