diff --git a/oaf/src/af_log.c b/oaf/src/af_log.c index f4feb7b..6236d1b 100755 --- a/oaf/src/af_log.c +++ b/oaf/src/af_log.c @@ -59,8 +59,9 @@ static struct ctl_table oaf_table[] = { .mode = 0666, .proc_handler = proc_douintvec, }, - { - } +#if (LINUX_VERSION_CODE < KERNEL_VERSION(6, 12, 0)) + {} +#endif }; static struct ctl_table oaf_root_table[] = {