lkml.org 
[lkml]   [2017]   [Aug]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/2] constify clk clk_div_table
Date
clk_div_table are not supposed to change at runtime. All functions
working with clk_div_table provided by <linux/clk-provider.h> work
with const clk_div_table. So mark the non-const structs as const.

Arvind Yadav (2):
[PATCH 1/2] clk: imx: constify clk_div_table
[PATCH 2/2] clk: zte: constify clk_div_table

drivers/clk/imx/clk-imx6sl.c | 6 +++---
drivers/clk/imx/clk-imx6sx.c | 6 +++---
drivers/clk/imx/clk-imx6ul.c | 6 +++---
drivers/clk/imx/clk-imx7d.c | 4 ++--
drivers/clk/imx/clk-vf610.c | 2 +-
drivers/clk/zte/clk-zx296718.c | 6 +++---
6 files changed, 15 insertions(+), 15 deletions(-)

--
1.9.1

\
 
 \ /
  Last update: 2017-08-28 07:29    [W:0.051 / U:0.304 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site