X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fdevice.h;h=5083bccae9676779ba4368d84d2672d37e6222ef;hb=395e51f18d3b26619c1c462b7a1c0226846ac0a9;hp=6de94151ff6f7e8646ab16d7f093cea3c079f1fa;hpb=28a33cbc24e4256c143dce96c7d93bf423229f92;p=~andy%2Flinux diff --git a/include/linux/device.h b/include/linux/device.h index 6de94151ff6..5083bccae96 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -36,6 +36,7 @@ struct subsys_private; struct bus_type; struct device_node; struct iommu_ops; +struct iommu_group; struct bus_attribute { struct attribute attr; @@ -687,6 +688,7 @@ struct device { const struct attribute_group **groups; /* optional groups */ void (*release)(struct device *dev); + struct iommu_group *iommu_group; }; /* Get the wakeup routines, which depend on struct device */