staging: usbip: userspace: remove useless libsysfs includes
authorValentina Manea <valentina.manea.m@gmail.com>
Sat, 8 Mar 2014 12:53:20 +0000 (14:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Mar 2014 06:46:41 +0000 (22:46 -0800)
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>
drivers/staging/usbip/userspace/src/usbip_attach.c
drivers/staging/usbip/userspace/src/usbip_detach.c
drivers/staging/usbip/userspace/src/usbip_network.h

index 085841196522bd168c5b30c01b1e70b7ad7ea117..716a79e284c413d94c04a91a6ca2dbe2679efe76 100644 (file)
@@ -17,7 +17,6 @@
  */
 
 #include <sys/stat.h>
-#include <sysfs/libsysfs.h>
 
 #include <limits.h>
 #include <stdint.h>
index 13308df613a260147b43c9aa9a37d52837cc3a42..05c6d15856eb649d1b1e46e685988ebb1accdb46 100644 (file)
@@ -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>
index f19ae19799b4e13e9740fdcad6d01f0cf306c9bd..c1e875cf1078cbc364ca9981f0d310d60331cba7 100644 (file)
@@ -10,7 +10,6 @@
 #endif
 
 #include <sys/types.h>
-#include <sysfs/libsysfs.h>
 
 #include <stdint.h>