]> git.baikalelectronics.ru Git - kernel.git/commit
USB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 18 Jan 2010 12:03:18 +0000 (12:03 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Feb 2010 23:11:03 +0000 (15:11 -0800)
commit001d296c0df002ee58719cf0c0eb9fcd4dce6fcf
tree47c4820de826ad7ac5319a0474a014add2362f2e
parent5621408b24c8f4c17b17ef9712216780d6df7f25
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 <broonie@opensource.wolfsonmicro.com>
Acked-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/r8a66597-udc.c