Re: [PATCH] iommu: Add empty stub for iommu_group_get_by_id()

2013-12-30 Thread Joerg Roedel
On Thu, Nov 21, 2013 at 05:41:14PM +1100, Alexey Kardashevskiy wrote: > Almost every function in include/linux/iommu.h has an empty stub > but the iommu_group_get_by_id() did not get one by mistake. > > This adds an empty stub for iommu_group_get_by_id() for IOMMU_API > disabled config. > > Signe

Re: [PATCH] iommu: Add empty stub for iommu_group_get_by_id()

2013-12-23 Thread Alexey Kardashevskiy
On 11/21/2013 05:41 PM, Alexey Kardashevskiy wrote: > Almost every function in include/linux/iommu.h has an empty stub > but the iommu_group_get_by_id() did not get one by mistake. > > This adds an empty stub for iommu_group_get_by_id() for IOMMU_API > disabled config. Ping? > Signed-off-by: Al

[PATCH] iommu: Add empty stub for iommu_group_get_by_id()

2013-11-20 Thread Alexey Kardashevskiy
Almost every function in include/linux/iommu.h has an empty stub but the iommu_group_get_by_id() did not get one by mistake. This adds an empty stub for iommu_group_get_by_id() for IOMMU_API disabled config. Signed-off-by: Alexey Kardashevskiy --- include/linux/iommu.h | 5 + 1 file changed