From: Mark Brown Date: Mon, 18 Jan 2010 12:03:18 +0000 (+0000) Subject: USB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR() X-Git-Tag: v2.6.33~36^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae3a07924f0a31b96d52bf16bdf1713445a5a414;p=pandora-kernel.git USB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR() The build of r8a66597-udc was failing on ARM since IS_ERR() and PTR_ERR() weren't protyped. Presumably err.h is being pulled in by another header on other platforms. Signed-off-by: Mark Brown Acked-by: Yoshihiro Shimoda Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed