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)
commit417328c3f77187f5d8cc433627c25eb1063c1507
treebf0d14d197cf68e79e0ba9779f4de021bcf198cc
parent6179a58ec7e26dad1bc262762e322dffb875152b
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>
drivers/pwm/core.c