From: Geert Uytterhoeven Date: Sun, 15 Apr 2012 18:37:39 +0000 (+0200) Subject: m68k: Make sure {read,write}s[bwl]() are always defined X-Git-Tag: v3.5-rc1~188^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5db9c6a3dd94033a113a6bd9ccce9f8c28c70b1;p=pandora-kernel.git 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 Acked-by: Felipe Balbi --- Reading git-diff-tree failed