From ca593541e63b6accd1f8c5f5592ada4b85930576 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Mon, 22 Dec 2003 22:45:43 -0800 Subject: [PATCH] [PATCH] fix complier warning in namedev.c --- namedev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/namedev.c b/namedev.c index d879fd559..c77b0f8ef 100644 --- a/namedev.c +++ b/namedev.c @@ -714,7 +714,6 @@ exit: int namedev_name_device(struct sysfs_class_device *class_dev, struct udevice *udev) { struct sysfs_device *sysfs_device = NULL; - struct sysfs_class_device *class_dev_parent = NULL; int retval = 0; struct perm_device *perm; char *pos; -- 2.30.2