From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762928AbdJQOip (ORCPT ); Tue, 17 Oct 2017 10:38:45 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:44292 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932463AbdJQOil (ORCPT ); Tue, 17 Oct 2017 10:38:41 -0400 X-Google-Smtp-Source: ABhQp+QflhVm4kwLf9MbzfPfFoNiDrNWxGboU8Bc1GebJOBl+Tl4sHL7j2FhgDJW/cJ2UtL4gHFe3w== From: Bhumika Goyal To: julia.lawall@lip6.fr, vireshk@kernel.org, mturquette@baylibre.com, sboyd@codeaurora.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Bhumika Goyal Subject: [PATCH 0/2] CLK: SPEAr: make structure field, function arg and strutcure const Date: Tue, 17 Oct 2017 16:38:32 +0200 Message-Id: <1508251114-7042-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 structure field and function argument as const. After this change, make the structures as const. Bhumika Goyal (2): CLK: SPEAr: make structure field and function argument as const CLK: SPEAr: make aux_clk_masks structures const drivers/clk/spear/clk-aux-synth.c | 4 ++-- drivers/clk/spear/clk.h | 4 ++-- drivers/clk/spear/spear1310_clock.c | 2 +- drivers/clk/spear/spear1340_clock.c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) -- 1.9.1