summaryrefslogtreecommitdiff
path: root/lib/sysfs_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sysfs_driver.c')
-rw-r--r--lib/sysfs_driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sysfs_driver.c b/lib/sysfs_driver.c
index a936b4f..51a9107 100644
--- a/lib/sysfs_driver.c
+++ b/lib/sysfs_driver.c
@@ -177,7 +177,6 @@ struct dlist *sysfs_get_driver_links(struct sysfs_driver *driver)
struct sysfs_driver *sysfs_open_driver_by_name(const unsigned char *drv_name,
const unsigned char *bus, size_t bsize)
{
- struct dlist *buslist = NULL, *drivers = NULL, *devices = NULL;
struct sysfs_driver *driver = NULL;
struct sysfs_device *device = NULL;
struct sysfs_link *curlink = NULL;