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:
Родитель
8ba69ce4b3
Коммит
2006d35d61
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче