X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=namedev.h;h=5ea843e9b74d2645857c50ca00ab825830bf92d8;hp=56e6a96c03e25963c0a4283f485b8beb8dc3c2c5;hb=f7b4eca455c7dbf850d984892756f22dbd9ddc3d;hpb=74894b53f8f9f4de6f269a5c0c0f8ea03baa1587 diff --git a/namedev.h b/namedev.h index 56e6a96c0..5ea843e9b 100644 --- a/namedev.h +++ b/namedev.h @@ -50,7 +50,6 @@ struct config_device { struct list_head node; enum config_type type; - char bus[BUS_SIZE]; char sysfs_file[FILE_SIZE]; char sysfs_value[VALUE_SIZE]; @@ -58,7 +57,7 @@ struct config_device { char place[PLACE_SIZE]; char kernel_name[NAME_SIZE]; char exec_program[FILE_SIZE]; - + /* what to set the device to */ char name[NAME_SIZE]; char owner[OWNER_SIZE];