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>
This commit is contained in:
matt mooney 2011-05-19 01:37:31 -07:00 committed by Greg Kroah-Hartman
parent 8ba69ce4b3
commit 2006d35d61
1 changed files with 2 additions and 1 deletions

View File

@ -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;