staging: usbip: userspace: rename stub driver files
authormatt mooney <mfm@muteddisk.com>
Mon, 20 Jun 2011 05:44:46 +0000 (22:44 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 6 Jul 2011 03:11:35 +0000 (20:11 -0700)
Rename stub_driver.? to usbip_host_driver.?

Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/usbip/userspace/Makefile.am
drivers/staging/usbip/userspace/libsrc/Makefile.am
drivers/staging/usbip/userspace/libsrc/usbip_host_driver.c [moved from drivers/staging/usbip/userspace/libsrc/stub_driver.c with 100% similarity]
drivers/staging/usbip/userspace/libsrc/usbip_host_driver.h [moved from drivers/staging/usbip/userspace/libsrc/stub_driver.h with 100% similarity]

index d557fe9..fbdeef3 100644 (file)
@@ -1,6 +1,6 @@
 SUBDIRS := libsrc src
 includedir := @includedir@/usbip
 include_HEADERS := $(addprefix libsrc/, \
-                    usbip_common.h vhci_driver.h stub_driver.h)
+                    usbip_common.h vhci_driver.h usbip_host_driver.h)
 
 dist_man_MANS := $(addprefix doc/, usbip.8 usbipd.8 usbip_bind_driver.8)
index 6696aa7..9b663a4 100644 (file)
@@ -3,5 +3,5 @@ libusbip_la_CFLAGS   := @EXTRA_CFLAGS@
 libusbip_la_LDFLAGS  := -version-info @LIBUSBIP_VERSION@
 
 lib_LTLIBRARIES := libusbip.la
-libusbip_la_SOURCES := names.c names.h stub_driver.c stub_driver.h \
+libusbip_la_SOURCES := names.c names.h usbip_host_driver.c usbip_host_driver.h \
                       usbip_common.c usbip_common.h vhci_driver.c vhci_driver.h