Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domain-attr' into next
Conflicts: drivers/iommu/iommu.c include/linux/iommu.h
This commit is contained in:
commit
395e51f18d
32 changed files with 1847 additions and 514 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue