mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08:00
clk: nxp: Declare mux table parameter as const u32 *
lpc18xx_fill_parent_names's "id" parameter isn't used for writing, so let's make it const. Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Link: https://lore.kernel.org/r/20220205103613.1216218-3-j.neuschaefer@gmx.net Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
703da2aed9
commit
2eb3b3f0e8
@ -522,7 +522,7 @@ static struct lpc18xx_cgu_pll_clk lpc18xx_cgu_src_clk_plls[] = {
|
||||
LPC1XX_CGU_CLK_PLL(PLL1, pll1_src_ids, pll1_ops),
|
||||
};
|
||||
|
||||
static void lpc18xx_fill_parent_names(const char **parent, u32 *id, int size)
|
||||
static void lpc18xx_fill_parent_names(const char **parent, const u32 *id, int size)
|
||||
{
|
||||
int i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user