mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
ARM: s3c24xx: Constify wake_irqs
samsung_sync_wakemask() accepts pointer to const data so wake_irqs can be made const to increase safeness. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
This commit is contained in:
parent
9060a4172f
commit
7264ebd92e
@ -53,7 +53,7 @@ static int s3c2412_cpu_suspend(unsigned long arg)
|
||||
}
|
||||
|
||||
/* mapping of interrupts to parts of the wakeup mask */
|
||||
static struct samsung_wakeup_mask wake_irqs[] = {
|
||||
static const struct samsung_wakeup_mask wake_irqs[] = {
|
||||
{ .irq = IRQ_RTC, .bit = S3C2412_PWRCFG_RTC_MASKIRQ, },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user