mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 15/41] m68k: bogus function argument types (sun3_pgtable.h)
@ 2006-01-03 23:27 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2006-01-03 23:27 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-m68k

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(-)

16aa5c5cb320fc995d5b7647e6fb82c55055ef6a
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	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-03 23:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-03 23:27 [PATCH 15/41] 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

all inboxes | Powered by JetHome®