Commit c522a03a authored by Valentina Manea's avatar Valentina Manea Committed by Greg Kroah-Hartman

staging: usbip: userspace: remove useless libsysfs includes

This patch removes useless libsysfs.h includes in various
userspace files.
Signed-off-by: default avatarValentina Manea <valentina.manea.m@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1e940319
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
*/ */
#include <sys/stat.h> #include <sys/stat.h>
#include <sysfs/libsysfs.h>
#include <limits.h> #include <limits.h>
#include <stdint.h> #include <stdint.h>
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <sysfs/libsysfs.h>
#include <ctype.h> #include <ctype.h>
#include <limits.h> #include <limits.h>
#include <stdint.h> #include <stdint.h>
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
#endif #endif
#include <sys/types.h> #include <sys/types.h>
#include <sysfs/libsysfs.h>
#include <stdint.h> #include <stdint.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment