]> git.karo-electronics.de Git - karo-tx-linux.git/commit
watchdog: bcm47xx_wdt: constify bcm47xx_wdt_hard_ops and bcm47xx_wdt_soft_ops
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Mon, 12 Jun 2017 06:20:26 +0000 (11:50 +0530)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 3 Jul 2017 11:53:28 +0000 (13:53 +0200)
commitd34f1f4800439c8330f05e9f1133317f3b1f8c38
tree59d113ffccc19b944d7ec7050f57fa507e6d621d
parent737bcff5faaeea121ccf7c5885507d438c60f06b
watchdog: bcm47xx_wdt: constify bcm47xx_wdt_hard_ops and bcm47xx_wdt_soft_ops

File size before:
   text    data     bss     dec     hex filename
   1282     388       1    1671     687 drivers/watchdog/bcm47xx_wdt.o

File size After adding 'const':
   text    data     bss     dec     hex filename
   1474     196       1    1671     687 drivers/watchdog/bcm47xx_wdt.o

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>
drivers/watchdog/bcm47xx_wdt.c