Hi Mike, After merging the clk tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/clk/clk-si5351.c: In function 'si5351_i2c_probe': drivers/clk/clk-si5351.c:1314:2: error: too many arguments to function 'si5351_dt_parse' ret = si5351_dt_parse(client, variant); ^ drivers/clk/clk-si5351.c:1296:12: note: declared here static int si5351_dt_parse(struct i2c_client *client) ^ Caused by commit 9d43dc7f403d ("clk: si5351: remove variant from platform_data"). I have used the clk tree from next-20140128 for today. (Yes, I know that Linus already took this - I guess I won't have to worry about it tomorrow.) -- Cheers, Stephen Rothwell sfr@canb.auug.org.au