Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
 */

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

#include <limits.h>
#include <stdint.h>
+0 −2
Original line number Diff line number Diff line
@@ -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>
+0 −1
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
#endif

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

#include <stdint.h>