* [PATCH 16/36] m68k: bogus function argument types (sun3_pgtable.h)
@ 2005-12-22 4:50 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2005-12-22 4:50 UTC (permalink / raw)
To: linux-m68k; +Cc: linux-kernel
From: Al Viro <viro@zeniv.linux.org.uk>
Date: 1133443075 -0500
function arguments can't be inline, TYVM...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
include/asm-m68k/sun3_pgtable.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
7f0c01e49dc11366a0916e0f82cbd162ebe47482
diff --git a/include/asm-m68k/sun3_pgtable.h b/include/asm-m68k/sun3_pgtable.h
index e974bb0..5156a28 100644
--- a/include/asm-m68k/sun3_pgtable.h
+++ b/include/asm-m68k/sun3_pgtable.h
@@ -211,7 +211,7 @@ static inline unsigned long pte_to_pgoff
return pte.pte & SUN3_PAGE_PGNUM_MASK;
}
-static inline pte_t pgoff_to_pte(inline unsigned off)
+static inline pte_t pgoff_to_pte(unsigned off)
{
pte_t pte = { off + SUN3_PAGE_ACCESSED };
return pte;
--
0.99.9.GIT
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2005-12-22 4:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-22 4:50 [PATCH 16/36] m68k: bogus function argument types (sun3_pgtable.h) Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox