]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/clk: include <module.h> for clk-max77xxx modular code
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 2 May 2015 00:02:30 +0000 (20:02 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 16 Jun 2015 18:12:25 +0000 (14:12 -0400)
commit552fc25235c79a57cf92677d841dcda44f70be4c
tree503f829a12e86993441be8008d53a3e714778634
parent45348c06c6e314742bf51b335f39d70d5cea59a9
drivers/clk: include <module.h> for clk-max77xxx modular code

These files are built off of the tristate COMMON_CLK_MAX77686 and
COMMON_CLK_MAX77802 respectively.  They also contains modular function
calls so they should explicitly include module.h to avoid compile
breakage during header shuffles done in the future.

Cc: Mike Turquette <mturquette@linaro.org>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/clk/clk-max77686.c
drivers/clk/clk-max77802.c