Hi Viresh, Kernel build failed on tree: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git akpm head: 247109fa112ac912f31efc28e130ed2a0cc1764c commit: 02906eac6ecad2c10eee16137da1cee975736b96 [171/308] clk: add non CONFIG_HAVE_CLK routines config: m68k-m5475evb_defconfig (attached as .config) All related error/warning messages: arch/m68k/platform/coldfire/clk.c:24:13: error: redefinition of 'clk_get' include/linux/clk.h:281:27: note: previous definition of 'clk_get' was here arch/m68k/platform/coldfire/clk.c:30:5: error: redefinition of 'clk_enable' include/linux/clk.h:295:19: note: previous definition of 'clk_enable' was here arch/m68k/platform/coldfire/clk.c:36:6: error: redefinition of 'clk_disable' include/linux/clk.h:300:20: note: previous definition of 'clk_disable' was here arch/m68k/platform/coldfire/clk.c:41:6: error: redefinition of 'clk_put' include/linux/clk.h:291:20: note: previous definition of 'clk_put' was here arch/m68k/platform/coldfire/clk.c:46:15: error: redefinition of 'clk_get_rate' include/linux/clk.h:302:29: note: previous definition of 'clk_get_rate' was here arch/m68k/platform/coldfire/clk.c:150:13: error: redefinition of 'devm_clk_get' include/linux/clk.h:286:27: note: previous definition of 'devm_clk_get' was here vim +24 arch/m68k/platform/coldfire/clk.c 21 22 /***************************************************************************/ 23 #ifndef MCFPM_PPMCR0 > 24 struct clk *clk_get(struct device *dev, const char *id) 25 { 26 return NULL; 27 } --- 0-DAY kernel build testing backend Open Source Technology Centre Fengguang Wu Intel Corporation