From: Denis Efremov Date: Thu, 9 May 2013 10:36:56 +0000 (+0400) Subject: m68k/sun3: remove inline marking of EXPORT_SYMBOL functions X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5ecf85f082e2e0f4bfd967b9c7ae9d0b89552153;p=linux-beck.git m68k/sun3: remove inline marking of EXPORT_SYMBOL functions 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 Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/m68k/sun3/sun3dvma.c b/arch/m68k/sun3/sun3dvma.c index ca0966cac72a..cab54482ca34 100644 --- a/arch/m68k/sun3/sun3dvma.c +++ b/arch/m68k/sun3/sun3dvma.c @@ -275,7 +275,7 @@ void dvma_init(void) } -inline unsigned long dvma_map_align(unsigned long kaddr, int len, int align) +unsigned long dvma_map_align(unsigned long kaddr, int len, int align) { unsigned long baddr;