staging: usbip: userspace: move sysfs_utils to libsrc
authorValentina Manea <valentina.manea.m@gmail.com>
Sat, 8 Mar 2014 12:53:25 +0000 (14:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Mar 2014 06:46:42 +0000 (22:46 -0800)
commitecc13b72555323458c5e6931edf81918d9c9abbc
treec0dcdf8c549c04fa791cd97b1c3232b7ebc27691
parent52d04485bd11ce44218da521aff0e350e562fc18
staging: usbip: userspace: move sysfs_utils to libsrc

Since it offers a API to both usbip tools and libusbip,
it is more appropriate to be place in the library.

Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/usbip/userspace/libsrc/Makefile.am
drivers/staging/usbip/userspace/libsrc/sysfs_utils.c [new file with mode: 0644]
drivers/staging/usbip/userspace/libsrc/sysfs_utils.h [new file with mode: 0644]
drivers/staging/usbip/userspace/src/Makefile.am
drivers/staging/usbip/userspace/src/sysfs_utils.c [deleted file]
drivers/staging/usbip/userspace/src/sysfs_utils.h [deleted file]