git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c22faf
)
m68k: fix compiler warning by properly inlining flat_set_persistent()
author
Ezequiel Garcia
<elezegarcia@gmail.com>
Sat, 28 Apr 2012 14:13:04 +0000
(11:13 -0300)
committer
Greg Ungerer
<gerg@uclinux.org>
Sun, 20 May 2012 11:21:33 +0000
(21:21 +1000)
This patch removes the following warning:
fs/binfmt_flat.c:752: warning: unused variable 'persistent'.
There is neither functionality change, nor extra code generated.
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
No differences found