From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933197AbcJYSG4 (ORCPT ); Tue, 25 Oct 2016 14:06:56 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:36559 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755301AbcJYSGy (ORCPT ); Tue, 25 Oct 2016 14:06:54 -0400 From: Bhumika Goyal To: will.deacon@arm.com, robin.murphy@arm.com, joro@8bytes.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, julia.lawall@lip6.fr Cc: Bhumika Goyal Subject: [PATCH 0/3] drivers: iommu: declare iommu_gather_ops structures as const Date: Tue, 25 Oct 2016 23:36:09 +0530 Message-Id: <1477418772-12184-1-git-send-email-bhumirks@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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