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>
This commit is contained in:
Родитель
1e94031973
Коммит
c522a03ad1
|
@ -17,7 +17,6 @@
|
|||
*/
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <sysfs/libsysfs.h>
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sysfs/libsysfs.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче