Re: [PATCH] clk: si5351: Allow to build without CONFIG_OF

2013-04-28 Thread Arnd Bergmann
On Sunday 28 April 2013, Sebastian Hesselbarth wrote: > diff --git a/drivers/clk/clk-si5351.c b/drivers/clk/clk-si5351.c > index 8323c31..91c0f01 100644 > --- a/drivers/clk/clk-si5351.c > +++ b/drivers/clk/clk-si5351.c > @@ -1489,12 +1489,14 @@ static int si5351_i2c_probe(struct i2c_client

[PATCH] clk: si5351: Allow to build without CONFIG_OF

2013-04-28 Thread Sebastian Hesselbarth
In clk-si5351 there was some dependency to CONFIG_OF that permitted the use of the driver on !CONFIG_OF platforms. This patch adds proper #ifdef around of_clk_add_provider and removes the dependency on CONFIG_OF. Signed-off-by: Sebastian Hesselbarth --- Note: This patch is based upon v3.9-rc8

[PATCH] clk: si5351: Allow to build without CONFIG_OF

2013-04-28 Thread Sebastian Hesselbarth
In clk-si5351 there was some dependency to CONFIG_OF that permitted the use of the driver on !CONFIG_OF platforms. This patch adds proper #ifdef around of_clk_add_provider and removes the dependency on CONFIG_OF. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Note: This

Re: [PATCH] clk: si5351: Allow to build without CONFIG_OF

2013-04-28 Thread Arnd Bergmann
On Sunday 28 April 2013, Sebastian Hesselbarth wrote: diff --git a/drivers/clk/clk-si5351.c b/drivers/clk/clk-si5351.c index 8323c31..91c0f01 100644 --- a/drivers/clk/clk-si5351.c +++ b/drivers/clk/clk-si5351.c @@ -1489,12 +1489,14 @@ static int si5351_i2c_probe(struct i2c_client *client,