]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
staging: usbip: userspace: remove libsysfs flag and autoconf check
authorValentina Manea <valentina.manea.m@gmail.com>
Sat, 8 Mar 2014 12:53:29 +0000 (14:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Mar 2014 06:46:43 +0000 (22:46 -0800)
libsysfs is now completely removed from USB/IP.

Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/usbip/userspace/configure.ac

index a5193c6c73f1677d003085f7534a8604c934f2fb..25bf160adcf03901cf6b2dbdb1b975022e6b5e9f 100644 (file)
@@ -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"],