Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1508536

[PATCH 0/3] drivers: iommu: declare iommu_gather_ops structures as const

From Bhumika Goyal <bhumirks@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] drivers: iommu: declare iommu_gather_ops structures as const
Date 2016-10-25 20:10 +0200
Message-ID <swekF-GE-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Constify iommu_gather_ops structures and replace __initdata with
__initconst where needed.

Bhumika Goyal (3):
  drivers: iommu: arm-smmu: constify iommu_gather_ops structures
  drivers: iommu: arm-smmu-v3: constify iommu_gather_ops structures
  drivers: iommu: io-pgtable-arm: use const and __initconst for
    iommu_gather_ops structures

 drivers/iommu/arm-smmu-v3.c    | 2 +-
 drivers/iommu/arm-smmu.c       | 2 +-
 drivers/iommu/io-pgtable-arm.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] drivers: iommu: declare iommu_gather_ops structures as const Bhumika Goyal <bhumirks@gmail.com> - 2016-10-25 20:10 +0200
  [PATCH 1/3] drivers: iommu: arm-smmu: constify iommu_gather_ops structures Bhumika Goyal <bhumirks@gmail.com> - 2016-10-25 20:10 +0200
    Re: [PATCH 1/3] drivers: iommu: arm-smmu: constify iommu_gather_ops  structures Julia Lawall <julia.lawall@lip6.fr> - 2016-10-25 22:30 +0200

csiph-web