Re: [PATCH 17/21] CRISv32: remove inline marking of EXPORT_SYMBOL functions

2013-05-14 Thread Jesper Nilsson
On Thu, May 09, 2013 at 12:36:55PM +0200, Denis Efremov wrote: > EXPORT_SYMBOL and inline directives are contradictory to each other. > The patch fixes this inconsistency. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Denis Efremov Yes, agreed. Acked-by:

[PATCH 17/21] CRISv32: remove inline marking of EXPORT_SYMBOL functions

2013-05-09 Thread Denis Efremov
EXPORT_SYMBOL and inline directives are contradictory to each other. The patch fixes this inconsistency. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Denis Efremov --- arch/cris/arch-v32/kernel/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff