Skip to content

Commit

Permalink
staging: usbip: userspace: remove useless libsysfs includes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Valentina Manea authored and Greg Kroah-Hartman committed Mar 9, 2014
1 parent 1e94031 commit c522a03
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion drivers/staging/usbip/userspace/src/usbip_attach.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/

#include <sys/stat.h>
#include <sysfs/libsysfs.h>

#include <limits.h>
#include <stdint.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/staging/usbip/userspace/src/usbip_detach.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/usbip/userspace/src/usbip_network.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#endif

#include <sys/types.h>
#include <sysfs/libsysfs.h>

#include <stdint.h>

Expand Down

0 comments on commit c522a03

Please sign in to comment.