projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2c9d90
)
Forgot two routines in a header for 2.6.27
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Wed, 15 Jul 2009 23:51:51 +0000
(16:51 -0700)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Wed, 15 Jul 2009 23:51:51 +0000
(16:51 -0700)
extern void usb_poison_urb(struct urb *urb);
extern void usb_unpoison_urb(struct urb *urb);
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
compat/compat-2.6.29.h
patch
|
blob
|
history
diff --git
a/compat/compat-2.6.29.h
b/compat/compat-2.6.29.h
index ce2cfc6ffda2d2048f49fcc6286ad7502f685c5e..ee8db16d735b2e3fa159e801a5d358f1295b3166 100644
(file)
--- a/
compat/compat-2.6.29.h
+++ b/
compat/compat-2.6.29.h
@@
-10,6
+10,9
@@
#include <linux/skbuff.h>
#include <linux/usb.h>
+extern void usb_poison_urb(struct urb *urb);
+extern void usb_unpoison_urb(struct urb *urb);
+
extern void usb_poison_anchored_urbs(struct usb_anchor *anchor);
extern void usb_unpoison_anchored_urbs(struct usb_anchor *anchor);