summaryrefslogtreecommitdiff
path: root/udev.h
diff options
context:
space:
mode:
Diffstat (limited to 'udev.h')
-rw-r--r--udev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev.h b/udev.h
index f1236194d6..811439faf2 100644
--- a/udev.h
+++ b/udev.h
@@ -63,7 +63,7 @@ struct udevice {
char name[NAME_SIZE];
char devname[NAME_SIZE];
- char symlink[NAME_SIZE];
+ struct list_head symlink_list;
char owner[USER_SIZE];
char group[USER_SIZE];
mode_t mode;