Re: [PATCH 02/11] drivers/clk: include for clk-max77xxx modular code

2015-05-01 Thread Paul Gortmaker
[Re: [PATCH 02/11] drivers/clk: include for clk-max77xxx modular code] On 01/05/2015 (Fri 14:37) Stephen Boyd wrote: > On 04/30/15 18:47, Paul Gortmaker wrote: > > These files are built off of the tristate COMMON_CLK_MAX77686 and > > COMMON_CLK_MAX77802 respectively. They also c

Re: [PATCH 02/11] drivers/clk: include for clk-max77xxx modular code

2015-05-01 Thread Stephen Boyd
On 04/30/15 18:47, Paul Gortmaker wrote: > 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 fut

[PATCH 02/11] drivers/clk: include for clk-max77xxx modular code

2015-04-30 Thread Paul Gortmaker
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 Cc: Stephen Boyd Signe