Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141407
b: refs/heads/master
c: 7dcb582
h: refs/heads/master
i:
  141405: 9d1bc9d
  141403: a256aa3
  141399: 5dadc46
  141391: 7e17637
  141375: aab0b67
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent d7e08f2 commit e516fd8
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: 4e8ad0dca9bbd9724ffa395b9ab425c4f22e1346
refs/heads/master: 7dcb582cd4b0c67e0053fbb87706bd0922d79027
6 changes: 3 additions & 3 deletions trunk/drivers/staging/comedi/drivers/usbduxfast.c
Original file line number Diff line number Diff line change
Expand Up @@ -1826,7 +1826,7 @@ static comedi_driver driver_usbduxfast = {
.detach = usbduxfast_detach
};

static void init_usb_devices(void)
static void __init init_usb_devices(void)
{
int index;

Expand Down Expand Up @@ -1875,7 +1875,7 @@ static struct usb_driver usbduxfastsub_driver = {
* Can't use the nice macro as I have also to initialise the USB subsystem:
* registering the usb-system _and_ the comedi-driver
*/
static int init_usbduxfast(void)
static int __init init_usbduxfast(void)
{
printk(KERN_INFO
KBUILD_MODNAME ": " DRIVER_VERSION ":" DRIVER_DESC "\n");
Expand All @@ -1888,7 +1888,7 @@ static int init_usbduxfast(void)
/*
* deregistering the comedi driver and the usb-subsystem
*/
static void exit_usbduxfast(void)
static void __exit exit_usbduxfast(void)
{
comedi_driver_unregister(&driver_usbduxfast);
usb_deregister(&usbduxfastsub_driver);
Expand Down

0 comments on commit e516fd8

Please sign in to comment.