diff options
author | Colin Ian King <[email protected]> | 2017-07-11 16:23:34 +0100 |
---|---|---|
committer | Wim Van Sebroeck <[email protected]> | 2017-09-09 20:08:03 +0200 |
commit | 08b10b57d69bb37d6e70a8db71844527a9f1f41c (patch) | |
tree | 3461d09b2829b9f8187e9271228a7a6a5e2f85f9 /drivers/mtd/lpddr | |
parent | 9215fc79521a05debba3ba67668caeb65d204cc7 (diff) |
watchdog: w83627hf: make const array chip_name static
Don't populate array chip_name on the stack but instead make it static.
Makes the object code smaller by 40 bytes:
Before:
text data bss dec hex filename
5641 2840 384 8865 22a1 drivers/watchdog/w83627hf_wdt.o
After:
text data bss dec hex filename
5545 2896 384 8825 2279 drivers/watchdog/w83627hf_wdt.o
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr')
0 files changed, 0 insertions, 0 deletions