Commit a8b8a88a authored by Joerg Roedel's avatar Joerg Roedel

iommu: Make sure DOMAIN_ATTR_MAX is really the maximum

Move it to the end of the list.
Signed-off-by: default avatarJoerg Roedel <joro@8bytes.org>
parent 097e3635
......@@ -58,8 +58,8 @@ struct iommu_domain {
#define IOMMU_CAP_INTR_REMAP 0x2 /* isolates device intrs */
enum iommu_attr {
DOMAIN_ATTR_MAX,
DOMAIN_ATTR_GEOMETRY,
DOMAIN_ATTR_MAX,
};
#ifdef CONFIG_IOMMU_API
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment