From a16941aef197e46146f222639be7b08d15739e97 Mon Sep 17 00:00:00 2001 From: matt mooney Date: Sun, 19 Jun 2011 22:44:46 -0700 Subject: [PATCH] staging: usbip: userspace: rename stub driver files Rename stub_driver.? to usbip_host_driver.? Signed-off-by: matt mooney Signed-off-by: Greg Kroah-Hartman --- drivers/staging/usbip/userspace/Makefile.am | 2 +- drivers/staging/usbip/userspace/libsrc/Makefile.am | 2 +- .../usbip/userspace/libsrc/{stub_driver.c => usbip_host_driver.c} | 0 .../usbip/userspace/libsrc/{stub_driver.h => usbip_host_driver.h} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename drivers/staging/usbip/userspace/libsrc/{stub_driver.c => usbip_host_driver.c} (100%) rename drivers/staging/usbip/userspace/libsrc/{stub_driver.h => usbip_host_driver.h} (100%) diff --git a/drivers/staging/usbip/userspace/Makefile.am b/drivers/staging/usbip/userspace/Makefile.am index d557fe90ade..fbdeef3efd4 100644 --- a/drivers/staging/usbip/userspace/Makefile.am +++ b/drivers/staging/usbip/userspace/Makefile.am @@ -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) diff --git a/drivers/staging/usbip/userspace/libsrc/Makefile.am b/drivers/staging/usbip/userspace/libsrc/Makefile.am index 6696aa70eea..9b663a49c39 100644 --- a/drivers/staging/usbip/userspace/libsrc/Makefile.am +++ b/drivers/staging/usbip/userspace/libsrc/Makefile.am @@ -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 diff --git a/drivers/staging/usbip/userspace/libsrc/stub_driver.c b/drivers/staging/usbip/userspace/libsrc/usbip_host_driver.c similarity index 100% rename from drivers/staging/usbip/userspace/libsrc/stub_driver.c rename to drivers/staging/usbip/userspace/libsrc/usbip_host_driver.c diff --git a/drivers/staging/usbip/userspace/libsrc/stub_driver.h b/drivers/staging/usbip/userspace/libsrc/usbip_host_driver.h similarity index 100% rename from drivers/staging/usbip/userspace/libsrc/stub_driver.h rename to drivers/staging/usbip/userspace/libsrc/usbip_host_driver.h -- 2.11.4.GIT