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 <yefremov.denis@gmail.com>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
Denis Efremov 2013-05-09 14:36:56 +04:00 committed by Geert Uytterhoeven
parent a915b84a7b
commit 5ecf85f082
1 changed files with 1 additions and 1 deletions

View File

@ -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;