]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
watchdog: zx2967: constify zx2967_wdt_ops.
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Mon, 12 Jun 2017 06:32:39 +0000 (12:02 +0530)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 3 Jul 2017 11:53:34 +0000 (13:53 +0200)
commit935988c67406f35e63873ac63e2962664ee99bdc
tree076d0164168debba491ac7b7bf58e2d87cfc1626
parentd34f1f4800439c8330f05e9f1133317f3b1f8c38
watchdog: zx2967: constify zx2967_wdt_ops.

File size before:
   text    data     bss     dec     hex filename
    988     288       0    1276     4fc drivers/watchdog/zx2967_wdt.o

File size After adding 'const':
   text    data     bss     dec     hex filename
   1084     192       0    1276     4fc drivers/watchdog/zx2967_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/zx2967_wdt.c