projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e06712d
)
sh: Fix up binfmt_flat compile warnings.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 17 Dec 2007 07:00:25 +0000
(16:00 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 28 Jan 2008 04:19:00 +0000
(13:19 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/asm-sh/flat.h
patch
|
blob
|
history
diff --git
a/include/asm-sh/flat.h
b/include/asm-sh/flat.h
index
dc4f595
..
0cc8002
100644
(file)
--- a/
include/asm-sh/flat.h
+++ b/
include/asm-sh/flat.h
@@
-19,6
+19,6
@@
#define flat_get_addr_from_rp(rp, relval, flags, p) get_unaligned(rp)
#define flat_put_addr_at_rp(rp, val, relval) put_unaligned(val,rp)
#define flat_get_relocate_addr(rel) (rel)
-#define flat_set_persistent(relval, p)
0
+#define flat_set_persistent(relval, p)
({ (void)p; 0; })
#endif /* __ASM_SH_FLAT_H */