[PATCH] Remove inline from clock framework function definitions to build the kernel with GCC 4.7

2012-11-15 Thread Igor Mazanov
Remove inline from clock framework function definitions to build the kernel with GCC 4.7 Signed-off-by: Igor Mazanov --- include/linux/clk-provider.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index

Re: [PATCH] Remove inline from clock framework function definitions to build the kernel with GCC 4.7

2012-11-16 Thread Igor Mazanov
Paul Walmsley wrote: + Mike On Thu, 15 Nov 2012, Igor Mazanov wrote: Remove inline from clock framework function definitions to build the kernel with GCC 4.7 sparse warns about this also. Signed-off-by: Igor Mazanov This one is for Mike to deal with as CCF maintainer; it's out o