tizen: Use unique directory prefix for baselibs packages
[platform/kernel/linux-rpi.git] / include / linux / msi.h
index a50ea79..ddace8c 100644 (file)
@@ -547,12 +547,6 @@ enum {
        MSI_FLAG_ALLOC_SIMPLE_MSI_DESCS = (1 << 5),
        /* Free MSI descriptors */
        MSI_FLAG_FREE_MSI_DESCS         = (1 << 6),
-       /*
-        * Quirk to handle MSI implementations which do not provide
-        * masking. Currently known to affect x86, but has to be partially
-        * handled in the core MSI code.
-        */
-       MSI_FLAG_NOMASK_QUIRK           = (1 << 7),
 
        /* Mask for the generic functionality */
        MSI_GENERIC_FLAGS_MASK          = GENMASK(15, 0),