projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a915b84
)
m68k/sun3: remove inline marking of EXPORT_SYMBOL functions
author
Denis Efremov
<yefremov.denis@gmail.com>
Thu, 9 May 2013 10:36:56 +0000
(14:36 +0400)
committer
Geert Uytterhoeven
<geert@linux-m68k.org>
Mon, 24 Jun 2013 17:44:18 +0000
(19:44 +0200)
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>
arch/m68k/sun3/sun3dvma.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/sun3/sun3dvma.c
b/arch/m68k/sun3/sun3dvma.c
index ca0966cac72adfe68cf6eef8b680c395ee7eea5d..cab54482ca34b97fa4412eaaaa4a0ee31d173833 100644
(file)
--- 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;