mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-05 14:14:54 +00:00
iommu: Make sure DOMAIN_ATTR_MAX is really the maximum
Move it to the end of the list. Signed-off-by: Joerg Roedel <joro@8bytes.org>
This commit is contained in:
parent
097e3635dc
commit
a8b8a88a9e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue