summaryrefslogtreecommitdiff
path: root/arch/m68k/sun3
diff options
context:
space:
mode:
authorDenis Efremov <yefremov.denis@gmail.com>2013-05-09 14:36:56 +0400
committerGeert Uytterhoeven <geert@linux-m68k.org>2013-06-24 19:44:18 +0200
commit5ecf85f082e2e0f4bfd967b9c7ae9d0b89552153 (patch)
tree0fb18f06c77dda6a61f9ba25ce881822bf43d110 /arch/m68k/sun3
parenta915b84a7b59fa7d5cdcb210abc49bd445b58124 (diff)
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>
Diffstat (limited to 'arch/m68k/sun3')
-rw-r--r--arch/m68k/sun3/sun3dvma.c2
1 files changed, 1 insertions, 1 deletions
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;