pwm: Export of_pwm_xlate_with_flags()
authorThierry Reding <thierry.reding@avionic-design.de>
Wed, 28 Nov 2012 14:12:07 +0000 (15:12 +0100)
committerThierry Reding <thierry.reding@avionic-design.de>
Thu, 6 Dec 2012 07:51:38 +0000 (08:51 +0100)
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>

No differences found