diff options
author | Valentina Manea <valentina.manea.m@gmail.com> | 2014-03-08 14:53:20 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-03-08 22:46:41 -0800 |
commit | c522a03ad1f2e93475b16e6b9538d8e3b71e111b (patch) | |
tree | a82902778c529230f17e19b71ff99258c72b5236 /drivers/staging/usbip | |
parent | 1e94031973b076c9030cf66c4caab148839aebee (diff) |
staging: usbip: userspace: remove useless libsysfs includes
This patch removes useless libsysfs.h includes in various
userspace files.
Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/usbip')
-rw-r--r-- | drivers/staging/usbip/userspace/src/usbip_attach.c | 1 | ||||
-rw-r--r-- | drivers/staging/usbip/userspace/src/usbip_detach.c | 2 | ||||
-rw-r--r-- | drivers/staging/usbip/userspace/src/usbip_network.h | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/usbip/userspace/src/usbip_attach.c b/drivers/staging/usbip/userspace/src/usbip_attach.c index 08584119652..716a79e284c 100644 --- a/drivers/staging/usbip/userspace/src/usbip_attach.c +++ b/drivers/staging/usbip/userspace/src/usbip_attach.c @@ -17,7 +17,6 @@ */ #include <sys/stat.h> -#include <sysfs/libsysfs.h> #include <limits.h> #include <stdint.h> diff --git a/drivers/staging/usbip/userspace/src/usbip_detach.c b/drivers/staging/usbip/userspace/src/usbip_detach.c index 13308df613a..05c6d15856e 100644 --- a/drivers/staging/usbip/userspace/src/usbip_detach.c +++ b/drivers/staging/usbip/userspace/src/usbip_detach.c @@ -16,8 +16,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <sysfs/libsysfs.h> - #include <ctype.h> #include <limits.h> #include <stdint.h> diff --git a/drivers/staging/usbip/userspace/src/usbip_network.h b/drivers/staging/usbip/userspace/src/usbip_network.h index f19ae19799b..c1e875cf107 100644 --- a/drivers/staging/usbip/userspace/src/usbip_network.h +++ b/drivers/staging/usbip/userspace/src/usbip_network.h @@ -10,7 +10,6 @@ #endif #include <sys/types.h> -#include <sysfs/libsysfs.h> #include <stdint.h> |