OdevAttribute: Remove unowned flag from OdevAttributes head
The OdevAttributes struct should just be a head of the attributes list, and not contain various unrelated flags. Instead add a flags field to struct xf86_platform_device and use that. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -46,7 +46,6 @@ struct OdevAttribute {
|
||||
|
||||
struct OdevAttributes {
|
||||
struct xorg_list list;
|
||||
Bool unowned;
|
||||
};
|
||||
|
||||
struct OdevAttributes *
|
||||
|
||||
Reference in New Issue
Block a user