commit | 417328c3f77187f5d8cc433627c25eb1063c1507 | [log] [tgz] |
---|---|---|
author | Thierry Reding <thierry.reding@avionic-design.de> | Wed Nov 28 15:12:07 2012 +0100 |
committer | Thierry Reding <thierry.reding@avionic-design.de> | Thu Dec 06 08:51:38 2012 +0100 |
tree | bf0d14d197cf68e79e0ba9779f4de021bcf198cc | |
parent | 6179a58ec7e26dad1bc262762e322dffb875152b [diff] |
pwm: Export of_pwm_xlate_with_flags() Drivers may want to use this function if they support any of the flags that can be passed via a third cell in the DT specifier. Since those drivers may be built as modules the symbol needs to be exported to make sure that it can be accessed. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>