kexec: remove the unused function parameter
authorBaoquan He <bhe@redhat.com>
Mon, 13 Oct 2014 22:53:44 +0000 (15:53 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Oct 2014 00:18:21 +0000 (02:18 +0200)
commit36f3f500efe6a19b7ce1e1205c105a2cbb2124d9
tree36d9416ed4b38e87289e65061cd913b1b1767303
parenta2d6aa8fa0750fe1d2fc9673d4a46b2fd87e44b3
kexec: remove the unused function parameter

This is a cleanup.  In function parse_crashkernel_suffix, the parameter
crash_base is not used.  So here remove it.

Signed-off-by: Baoquan He <bhe@redhat.com>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/kexec.c