Re: [PATCH v2] iommu: Constify struct iommu_ops

2014-07-07 Thread Joerg Roedel
On Fri, Jun 27, 2014 at 09:03:12AM +0200, Thierry Reding wrote: > From: Thierry Reding > > This structure is read-only data and should never be modified. > > Signed-off-by: Thierry Reding > --- > Changes in v2: > - add missing hunk from include/device.h > > drivers/iommu/amd_iommu.c |

Re: [PATCH v2] iommu: Constify struct iommu_ops

2014-06-27 Thread Greg Kroah-Hartman
On Fri, Jun 27, 2014 at 09:03:12AM +0200, Thierry Reding wrote: > From: Thierry Reding > > This structure is read-only data and should never be modified. > > Signed-off-by: Thierry Reding > --- > Changes in v2: > - add missing hunk from include/device.h > Signed-off-by: Greg Kroah-Hartman --

[PATCH v2] iommu: Constify struct iommu_ops

2014-06-27 Thread Thierry Reding
From: Thierry Reding This structure is read-only data and should never be modified. Signed-off-by: Thierry Reding --- Changes in v2: - add missing hunk from include/device.h drivers/iommu/amd_iommu.c | 4 ++-- drivers/iommu/arm-smmu.c| 2 +- drivers/iommu/exynos-iommu.c|