X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev.h;h=ca99da512d9d0f06d35f7f2eb4220cf27b1977f9;hb=d69b2203c37d32bbfbd81153a1fc99b55b7b6cbb;hp=faa12a31eee1f130f18402e617b69b6ffa8a4ab7;hpb=fc55cf68ca0c0db5172a9de7e827c6c3f7c2a308;p=elogind.git diff --git a/udev.h b/udev.h index faa12a31e..ca99da512 100644 --- a/udev.h +++ b/udev.h @@ -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]; @@ -76,8 +75,6 @@ struct udevice { int partitions; int ignore_device; int ignore_remove; - int config_line; - char config_file[PATH_SIZE]; char bus_id[NAME_SIZE]; char program_result[PATH_SIZE]; char kernel_number[NAME_SIZE];