linux/arch/sh
Adrian Bunk c46acb8e20 fix sh ptep_get_and_clear breakage
Commit 1ea0704e0d
(mm: add a ptep_modify_prot transaction abstraction)
triggered on sh build errors like the following:

<--  snip  -->

...
  CC      arch/sh/mm/pg-sh4.o
cc1: warnings being treated as errors
include2/asm/pgtable.h:139: error: 'ptep_get_and_clear' declared inline after being called
include2/asm/pgtable.h:139: error: previous declaration of 'ptep_get_and_clear' was here
make[2]: *** [arch/sh/mm/pg-sh4.o] Error 1

<--  snip  -->

Since there's no good reason for marking these global functions as
"inline" this patch therefore removes the inline's.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-07-28 18:10:35 +09:00
..
boards sh: Renesas R0P7785LC0011RL board support 2008-07-28 18:10:35 +09:00
boot sh: Fix up link error on SH-2 zImage with older binutils. 2008-07-28 18:10:33 +09:00
cchips sh: Kill off more dead symbols. 2008-02-14 14:22:12 +09:00
configs sh: Renesas R0P7785LC0011RL board support 2008-07-28 18:10:35 +09:00
drivers sh: Renesas R0P7785LC0011RL board support 2008-07-28 18:10:35 +09:00
kernel sh: Add memory chunks to SH-Mobile UIO devices 2008-07-28 18:10:35 +09:00
lib move arch/sh/lib/io.o to obj-y 2008-07-28 18:10:28 +09:00
lib64 sh64: Fix up compile warning in event tracer. 2008-05-08 19:51:37 +09:00
math-emu sh: Fix up the math-emu build. 2007-06-11 15:57:42 +09:00
mm fix sh ptep_get_and_clear breakage 2008-07-28 18:10:35 +09:00
oprofile sh: Add -Werror for clean directories. 2007-11-07 11:13:55 +09:00
tools sh: Renesas R0P7785LC0011RL board support 2008-07-28 18:10:35 +09:00
Kconfig sh: Renesas R0P7785LC0011RL board support 2008-07-28 18:10:35 +09:00
Kconfig.cpu sh: Disable big endian for SH-5. 2008-02-14 14:22:10 +09:00
Kconfig.debug sh: update sh7343 code 2008-07-28 18:10:34 +09:00
Makefile sh: Renesas R0P7785LC0011RL board support 2008-07-28 18:10:35 +09:00