Browse Source

staging: usbip: userspace: stub_driver.c: update kernel module name

Change kernel module name to usbip-host.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
matt mooney 14 years ago
parent
commit
2006d35d61
1 changed files with 2 additions and 1 deletions
  1. 2 1
      drivers/staging/usbip/userspace/libsrc/stub_driver.c

+ 2 - 1
drivers/staging/usbip/userspace/libsrc/stub_driver.c

@@ -8,7 +8,8 @@
 
 #include "usbip.h"
 
-static const char *usbip_stub_driver_name = "usbip";
+/* kernel module name */
+static const char *usbip_stub_driver_name = "usbip-host";
 
 
 struct usbip_stub_driver *stub_driver;