commit | f106eac91edbd28de23b0bc58be82f68d976e24f | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <elezegarcia@gmail.com> | Sat Apr 28 11:13:04 2012 -0300 |
committer | Greg Ungerer <gerg@uclinux.org> | Sun May 20 21:21:33 2012 +1000 |
tree | b85db0ee2f3f8c9e354b0301e9a7956fe3233a8f | |
parent | 0c22fafd312cd8658ca23f6067a20aec0781c02a [diff] |
m68k: fix compiler warning by properly inlining flat_set_persistent() 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>