diff options
author | matt mooney <mfm@muteddisk.com> | 2011-05-19 01:37:31 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-05-19 15:34:09 -0700 |
commit | 2006d35d6190a96885cf48fbaf6425c2bd30ab5c (patch) | |
tree | e69f8907167c69e8412150e68ba55f504ffb86fc /drivers/staging/usbip | |
parent | 8ba69ce4b3567de881514c61ea8b04b14d8e68ae (diff) | |
download | talos-op-linux-2006d35d6190a96885cf48fbaf6425c2bd30ab5c.tar.gz talos-op-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/staging/usbip')
-rw-r--r-- | drivers/staging/usbip/userspace/libsrc/stub_driver.c | 3 |
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; |