mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-26 18:43:33 -05:00
rtc: pcf8563: Constify clkout_rates
The lates of clockout should be marked const. Make that so. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Link: https://lore.kernel.org/r/20191108002449.15097-1-iwamatsu@nigauri.org Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
parent
265fc0910a
commit
e75603418d
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ static int pcf8563_irq_enable(struct device *dev, unsigned int enabled)
|
|||
|
||||
#define clkout_hw_to_pcf8563(_hw) container_of(_hw, struct pcf8563, clkout_hw)
|
||||
|
||||
static int clkout_rates[] = {
|
||||
static const int clkout_rates[] = {
|
||||
32768,
|
||||
1024,
|
||||
32,
|
||||
|
|
Loading…
Add table
Reference in a new issue