Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19837
b: refs/heads/master
c: 410c054
h: refs/heads/master
i:
  19835: 5971118
v: v3
  • Loading branch information
Greg KH authored and Linus Torvalds committed Feb 5, 2006
1 parent c1d9f28 commit eb7a179
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 7a21ef6fe902ac0ad53b45af6851ae5ec3a64299
refs/heads/master: 410c05427a69f53851637ccb85c2212131409fbd
6 changes: 3 additions & 3 deletions trunk/drivers/usb/core/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ const struct usb_device_id *usb_match_id(struct usb_interface *interface,

return NULL;
}
EXPORT_SYMBOL_GPL(usb_match_id);
EXPORT_SYMBOL(usb_match_id);

int usb_device_match(struct device *dev, struct device_driver *drv)
{
Expand Down Expand Up @@ -446,7 +446,7 @@ int usb_register_driver(struct usb_driver *new_driver, struct module *owner)

return retval;
}
EXPORT_SYMBOL_GPL(usb_register_driver);
EXPORT_SYMBOL(usb_register_driver);

/**
* usb_deregister - unregister a USB driver
Expand All @@ -469,4 +469,4 @@ void usb_deregister(struct usb_driver *driver)

usbfs_update_special();
}
EXPORT_SYMBOL_GPL(usb_deregister);
EXPORT_SYMBOL(usb_deregister);

0 comments on commit eb7a179

Please sign in to comment.