clk: tegra: Constify pdiv-to-hw mappings

This is static data that is never modified, so make it const.

Signed-off-by: Thierry Reding <treding@nvidia.com>
此提交包含在:
Thierry Reding
2015-11-19 16:34:06 +01:00
父節點 8d99704fde
當前提交 385f9adf62
共有 6 個檔案被更改,包括 15 行新增15 行删除

查看文件

@@ -233,7 +233,7 @@ struct tegra_clk_pll_params {
int stepb_shift;
int lock_delay;
int max_p;
struct pdiv_map *pdiv_tohw;
const struct pdiv_map *pdiv_tohw;
struct div_nmp *div_nmp;
struct tegra_clk_pll_freq_table *freq_table;
unsigned long fixed_rate;