commit | 3ea57ea6691241ccdf58d9735f85e49b6174990c | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa@sang-engineering.com> | Wed Apr 02 13:56:22 2014 +0200 |
committer | Thierry Reding <thierry.reding@gmail.com> | Wed May 21 11:51:26 2014 +0200 |
tree | 4229e73fd8ea4e4ac7325b1193d84761693dca14 | |
parent | af5935ec125ef85823ea43fbcfdd3c15b532d199 [diff] |
pwm: tiehrpwm: inline accessor functions These elementary functions should be inlined for fastest access. Also fixes this warning as a side-effect (when no PM_SLEEP is selected): drivers/pwm/pwm-tiehrpwm.c:141:12: warning: 'ehrpwm_read' defined but not used [-Wunused-function] Signed-off-by: Wolfram Sang <wsa@sang-engineering.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>