From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752822AbdKFNPs (ORCPT ); Mon, 6 Nov 2017 08:15:48 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:43745 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752371AbdKFNPq (ORCPT ); Mon, 6 Nov 2017 08:15:46 -0500 X-Google-Smtp-Source: ABhQp+QXqf0rg2f2qKJZZuTgSvjy6ne5e2O/3TYbf2rnqXHHSMS4VgAxi/crLVPhMZnv74FbP/KFyg== From: Bhumika Goyal To: julia.lawall@lip6.fr, tony@atomide.com, linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Bhumika Goyal Subject: [PATCH 0/2] ARM: OMAP2+: CM: make some structures, function arguments and pointers as const Date: Mon, 6 Nov 2017 14:15:38 +0100 Message-Id: <1509974140-10860-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 Make some pointers and function arguments as const. After this change, make the structures of type cm_ll_data as const. Bhumika Goyal (2): ARM: OMAP2+: CM: make some pointers and function arguments as const ARM: OMAP2+: CM: make cm_ll_data structures as const arch/arm/mach-omap2/cm.h | 4 ++-- arch/arm/mach-omap2/cm2xxx.c | 2 +- arch/arm/mach-omap2/cm33xx.c | 2 +- arch/arm/mach-omap2/cm3xxx.c | 2 +- arch/arm/mach-omap2/cm_common.c | 6 +++--- arch/arm/mach-omap2/cminst44xx.c | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) -- 1.9.1