* [PATCH] usb/gadget: fix compile error on r8a66597-udc.c
@ 2010-03-11 22:06 Grant Likely
0 siblings, 0 replies; only message in thread
From: Grant Likely @ 2010-03-11 22:06 UTC (permalink / raw)
To: gregkh, linux-usb, linux-kernel
C file uses IS_ERR and PTR_ERR, but doesn't include <linux/err.h>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
---
drivers/usb/gadget/r8a66597-udc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/usb/gadget/r8a66597-udc.c b/drivers/usb/gadget/r8a66597-udc.c
index 8b45145..5e13d23 100644
--- a/drivers/usb/gadget/r8a66597-udc.c
+++ b/drivers/usb/gadget/r8a66597-udc.c
@@ -23,6 +23,7 @@
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
+#include <linux/err.h>
#include <linux/io.h>
#include <linux/platform_device.h>
#include <linux/clk.h>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-11 22:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-11 22:06 [PATCH] usb/gadget: fix compile error on r8a66597-udc.c Grant Likely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome