aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/flat.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-12-17 02:00:25 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-01-27 23:19:00 -0500
commit003c6af6c6370cc3315ab828a0e6618f00713d96 (patch)
tree0e408eda1941ba5a3dcdb9e6f58031e1c69f4860 /include/asm-sh/flat.h
parente06712df7792165d12392bc1fdda6bf384e1313b (diff)
sh: Fix up binfmt_flat compile warnings.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/flat.h')
-rw-r--r--include/asm-sh/flat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/flat.h b/include/asm-sh/flat.h
index dc4f5950dafa..0cc800299e06 100644
--- a/include/asm-sh/flat.h
+++ b/include/asm-sh/flat.h
@@ -19,6 +19,6 @@
19#define flat_get_addr_from_rp(rp, relval, flags, p) get_unaligned(rp) 19#define flat_get_addr_from_rp(rp, relval, flags, p) get_unaligned(rp)
20#define flat_put_addr_at_rp(rp, val, relval) put_unaligned(val,rp) 20#define flat_put_addr_at_rp(rp, val, relval) put_unaligned(val,rp)
21#define flat_get_relocate_addr(rel) (rel) 21#define flat_get_relocate_addr(rel) (rel)
22#define flat_set_persistent(relval, p) 0 22#define flat_set_persistent(relval, p) ({ (void)p; 0; })
23 23
24#endif /* __ASM_SH_FLAT_H */ 24#endif /* __ASM_SH_FLAT_H */