libsysfs is now completely removed from USB/IP.

Signed-off-by: Valentina Manea <valentina.mane...@gmail.com>
---
 drivers/staging/usbip/userspace/configure.ac | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/staging/usbip/userspace/configure.ac 
b/drivers/staging/usbip/userspace/configure.ac
index a5193c6..25bf160 100644
--- a/drivers/staging/usbip/userspace/configure.ac
+++ b/drivers/staging/usbip/userspace/configure.ac
@@ -44,12 +44,6 @@ AC_FUNC_REALLOC
 AC_CHECK_FUNCS([memset mkdir regcomp socket strchr strerror strstr dnl
                strtoul])
 
-AC_CHECK_HEADER([sysfs/libsysfs.h],
-               [AC_CHECK_LIB([sysfs], [sysfs_open_directory_list],
-                             [LIBS="$LIBS -lsysfs"],
-                             [AC_MSG_ERROR([Missing sysfs2 library!])])],
-               [AC_MSG_ERROR([Missing /usr/include/sysfs/libsysfs.h])])
-
 AC_CHECK_HEADER([libudev.h],
                [AC_CHECK_LIB([udev], [udev_new],
                              [LIBS="$LIBS -ludev"],
-- 
1.8.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to