Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ecf85f0 authored by Denis Efremov's avatar Denis Efremov Committed by Geert Uytterhoeven
Browse files

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: default avatarDenis Efremov <yefremov.denis@gmail.com>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent a915b84a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;