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:
parent
a915b84a7b
commit
5ecf85f082
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue