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)
commitf106eac91edbd28de23b0bc58be82f68d976e24f
treeb85db0ee2f3f8c9e354b0301e9a7956fe3233a8f
parent0c22fafd312cd8658ca23f6067a20aec0781c02a
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>
arch/m68k/include/asm/flat.h