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:
Hans de Goede
2014-02-02 13:54:33 +01:00
parent bc9d17fb56
commit a8d802cb01
5 changed files with 15 additions and 10 deletions

View File

@@ -46,7 +46,6 @@ struct OdevAttribute {
struct OdevAttributes {
struct xorg_list list;
Bool unowned;
};
struct OdevAttributes *