summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authormatt mooney2011-05-19 10:37:31 +0200
committerGreg Kroah-Hartman2011-05-20 00:34:09 +0200
commit2006d35d6190a96885cf48fbaf6425c2bd30ab5c (patch)
treee69f8907167c69e8412150e68ba55f504ffb86fc /drivers
parentcomedi vmk80xx: support comedi auto-configuration (diff)
downloadkernel-qcow2-linux-2006d35d6190a96885cf48fbaf6425c2bd30ab5c.tar.gz
kernel-qcow2-linux-2006d35d6190a96885cf48fbaf6425c2bd30ab5c.tar.xz
kernel-qcow2-linux-2006d35d6190a96885cf48fbaf6425c2bd30ab5c.zip
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/usbip/userspace/libsrc/stub_driver.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/usbip/userspace/libsrc/stub_driver.c b/drivers/staging/usbip/userspace/libsrc/stub_driver.c
index 4c76e03299a2..cc3364345f5f 100644
--- a/drivers/staging/usbip/userspace/libsrc/stub_driver.c
+++ b/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;