summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip
diff options
context:
space:
mode:
authormatt mooney <mfm@muteddisk.com>2011-05-19 01:37:31 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-19 15:34:09 -0700
commit2006d35d6190a96885cf48fbaf6425c2bd30ab5c (patch)
treee69f8907167c69e8412150e68ba55f504ffb86fc /drivers/staging/usbip
parent8ba69ce4b3567de881514c61ea8b04b14d8e68ae (diff)
downloadop-kernel-dev-2006d35d6190a96885cf48fbaf6425c2bd30ab5c.zip
op-kernel-dev-2006d35d6190a96885cf48fbaf6425c2bd30ab5c.tar.gz
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/staging/usbip')
-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 4c76e03..cc33643 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;
OpenPOWER on IntegriCloud