]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers/pwm: Remove __init initializer for pwm_add_table
authorShobhit Kumar <shobhit.kumar@intel.com>
Thu, 12 Mar 2015 16:31:31 +0000 (22:01 +0530)
committerThierry Reding <thierry.reding@gmail.com>
Fri, 27 Mar 2015 12:07:00 +0000 (13:07 +0100)
commit71d54bfabb28cabddf8afd2b0858b57656749116
tree77a04d832d82270810233f54c243ceba903ec9b8
parent4a1c683c98e4e2997c79258bffbb9be4af4fba83
drivers/pwm: Remove __init initializer for pwm_add_table

For platforms where there are DT, some early MFD modules can reguster
lookup tables. Remove __init initializer so that this works. This is
similar to gpio_add_lookup_table which allows later initializations

CC: Samuel Ortiz <sameo@linux.intel.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Alexandre Courbot <gnurou@gmail.com>
Cc: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Shobhit Kumar <shobhit.kumar@intel.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/core.c