m68k: fix compiler warning by properly inlining flat_set_persistent()
authorEzequiel Garcia <elezegarcia@gmail.com>
Sat, 28 Apr 2012 14:13:04 +0000 (11:13 -0300)
committerGreg 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