watchdog: sp805: constify amba_id

amba_id are not supposed to change at runtime. All functions
working with const amba_id. So mark the non-const structs as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

authored by

Arvind Yadav and committed by
Wim Van Sebroeck
05ce42ff 68c82bef

+1 -1
+1 -1
drivers/watchdog/sp805_wdt.c
··· 281 static SIMPLE_DEV_PM_OPS(sp805_wdt_dev_pm_ops, sp805_wdt_suspend, 282 sp805_wdt_resume); 283 284 - static struct amba_id sp805_wdt_ids[] = { 285 { 286 .id = 0x00141805, 287 .mask = 0x00ffffff,
··· 281 static SIMPLE_DEV_PM_OPS(sp805_wdt_dev_pm_ops, sp805_wdt_suspend, 282 sp805_wdt_resume); 283 284 + static const struct amba_id sp805_wdt_ids[] = { 285 { 286 .id = 0x00141805, 287 .mask = 0x00ffffff,