Commit b8429719 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

exofs: fix sparse non-ANSI function warning

Fix sparse non-ANSI function warning:

  fs/exofs/sys.c:112:28: warning: non-ANSI function declaration of function 'exofs_sysfs_dbg_print'
Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4e3c8a1b
...@@ -109,7 +109,7 @@ static struct kobj_type odev_ktype = { ...@@ -109,7 +109,7 @@ static struct kobj_type odev_ktype = {
static struct kobj_type uuid_ktype = { static struct kobj_type uuid_ktype = {
}; };
void exofs_sysfs_dbg_print() void exofs_sysfs_dbg_print(void)
{ {
#ifdef CONFIG_EXOFS_DEBUG #ifdef CONFIG_EXOFS_DEBUG
struct kobject *k_name, *k_tmp; struct kobject *k_name, *k_tmp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment