• Robin Murphy's avatar
    iommu: Use C99 flexible array in fwspec · 098accf2
    Robin Murphy authored
    Although the 1-element array was a typical pre-C99 way to implement
    variable-length structures, and indeed is a fundamental construct in the
    APIs of certain other popular platforms, there's no good reason for it
    here (and in particular the sizeof() trick is far too "clever" for its
    own good). We can just as easily implement iommu_fwspec's preallocation
    behaviour using a standard flexible array member, so let's make it look
    the way most readers would expect.
    Signed-off-by: default avatarRobin Murphy <robin.murphy@arm.com>
    Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
    098accf2
iommu.c 65.8 KB