Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36432
b: refs/heads/master
c: 42d8a2d
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Greg Kroah-Hartman committed Sep 27, 2006
1 parent 8ca1932 commit 5c01d41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 088dc270e1da03744d977cbd9edd4311af142348
refs/heads/master: 42d8a2d22bbaed80f1ade65a08e4e1097a111d4b
5 changes: 4 additions & 1 deletion trunk/drivers/usb/core/usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ extern int usb_port_resume(struct usb_device *dev);
#else

#define usb_suspend_both(udev, msg) 0
#define usb_resume_both(udev) 0
static inline int usb_resume_both(struct usb_device *udev)
{
return 0;
}
#define usb_port_suspend(dev) 0
#define usb_port_resume(dev) 0

Expand Down

0 comments on commit 5c01d41

Please sign in to comment.