summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip
diff options
context:
space:
mode:
authorIlija Hadzic2012-12-07 22:49:40 +0100
committerGreg Kroah-Hartman2013-01-07 21:38:53 +0100
commit8a1430a787360e2917f410608a140fc869d10b7a (patch)
tree1c0e5e97ff39b200704e3db5af9f4c4244de4912 /drivers/staging/usbip
parentStaging: ft1000-usb: Fix call to obsolete function (diff)
downloadkernel-qcow2-linux-8a1430a787360e2917f410608a140fc869d10b7a.tar.gz
kernel-qcow2-linux-8a1430a787360e2917f410608a140fc869d10b7a.tar.xz
kernel-qcow2-linux-8a1430a787360e2917f410608a140fc869d10b7a.zip
staging: usbip: userspace: fix build breakage in doc directory
File doc/usbip_bind_driver.8 does not exist any more but it is listed in dist_man_MANS. This breaks the build of the userspace. Remove the file from the list. Signed-off-by: Ilija Hadzic <ihadzic@research.bell-labs.com> Acked-by: David Chang <dchang@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/usbip')
-rw-r--r--drivers/staging/usbip/userspace/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/usbip/userspace/Makefile.am b/drivers/staging/usbip/userspace/Makefile.am
index 9ab19499fe00..66f8bf038c9f 100644
--- a/drivers/staging/usbip/userspace/Makefile.am
+++ b/drivers/staging/usbip/userspace/Makefile.am
@@ -3,4 +3,4 @@ includedir = @includedir@/usbip
include_HEADERS := $(addprefix libsrc/, \
usbip_common.h vhci_driver.h usbip_host_driver.h)
-dist_man_MANS := $(addprefix doc/, usbip.8 usbipd.8 usbip_bind_driver.8)
+dist_man_MANS := $(addprefix doc/, usbip.8 usbipd.8)