diff --git a/fs/fs.c b/fs/fs.c index 97d47916f3..b812597ced 100644 --- a/fs/fs.c +++ b/fs/fs.c @@ -309,7 +309,7 @@ static struct fstype_info fstypes[] = { }, #endif #endif -#if IS_ENABLED(CONFIG_FS_SQUASHFS) +#if CONFIG_IS_ENABLED(FS_SQUASHFS) { .fstype = FS_TYPE_SQUASHFS, .name = "squashfs",