mirror of https://gitee.com/openkylin/linux.git
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: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
4e3c8a1b1c
commit
b84297197c
|
@ -109,7 +109,7 @@ static struct kobj_type odev_ktype = {
|
|||
static struct kobj_type uuid_ktype = {
|
||||
};
|
||||
|
||||
void exofs_sysfs_dbg_print()
|
||||
void exofs_sysfs_dbg_print(void)
|
||||
{
|
||||
#ifdef CONFIG_EXOFS_DEBUG
|
||||
struct kobject *k_name, *k_tmp;
|
||||
|
|
Loading…
Reference in New Issue