From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752228AbdJPKIi (ORCPT ); Mon, 16 Oct 2017 06:08:38 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:43310 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752205AbdJPKIf (ORCPT ); Mon, 16 Oct 2017 06:08:35 -0400 X-Google-Smtp-Source: ABhQp+R9XifnES594oNCQIOPOoYFmdcvk0FtlyWVK/ESLhMW2rmphQ1pZWzd2j/gHD+RpFlepKJOpA== From: Bhumika Goyal To: julia.lawall@lip6.fr, nsekhar@ti.com, khilman@kernel.org, linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Bhumika Goyal Subject: [PATCH 0/2] ARM: davinci: make function argument and structure const Date: Mon, 16 Oct 2017 12:08:22 +0200 Message-Id: <1508148504-2771-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 the function argument of davinci_common_init const. After doing this change make the structures davinci_soc_info const. Bhumika Goyal (2): ARM: davinci: make the function argument as const ARM: davinci: make davinci_soc_info structures const arch/arm/mach-davinci/common.c | 2 +- arch/arm/mach-davinci/da830.c | 2 +- arch/arm/mach-davinci/da850.c | 2 +- arch/arm/mach-davinci/dm355.c | 2 +- arch/arm/mach-davinci/dm365.c | 2 +- arch/arm/mach-davinci/dm644x.c | 2 +- arch/arm/mach-davinci/dm646x.c | 2 +- arch/arm/mach-davinci/include/mach/common.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) -- 1.9.1