From: Felipe Balbi Date: Thu, 11 Sep 2008 08:53:19 +0000 (+0300) Subject: musb: io: only define read/write stubs if they're not defined yet X-Git-Tag: v2.6.28-rc1~254^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaa3246e7dbddd7a029bef22e8b80cbab03466a2;p=pandora-kernel.git musb: io: only define read/write stubs if they're not defined yet For those archs which don't provide read/write friends we provide our own implementation so musb driver won't break compilation. This is temporary fix until a better solution comes from upstream. Idealy, would provide those calls if the architecture did not provide them yet. In that case being possible to remove all those stubs from musb_io.h Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed