diff options
Diffstat (limited to 'udev.h')
-rw-r--r-- | udev.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -58,7 +58,6 @@ struct udevice { enum device_type type; char name[PATH_SIZE]; - char devname[PATH_SIZE]; struct list_head symlink_list; int symlink_final; char owner[USER_SIZE]; |