Commit 5ecf85f082e2e0f4bfd967b9c7ae9d0b89552153

Authored by Denis Efremov
Committed by Geert Uytterhoeven
1 parent a915b84a7b

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/m68k/sun3/sun3dvma.c
... ... @@ -275,7 +275,7 @@
275 275  
276 276 }
277 277  
278   -inline unsigned long dvma_map_align(unsigned long kaddr, int len, int align)
  278 +unsigned long dvma_map_align(unsigned long kaddr, int len, int align)
279 279 {
280 280  
281 281 unsigned long baddr;