MT#55283 use #ifdef instead of #if

Change-Id: Ice3e902193c4bcd4d6852b50ebaf0bb6a666af09
(cherry picked from commit 150ee6dbde)
mr12.5
Richard Fuchs 8 months ago
parent 874eb4a079
commit 39267f4d61

@ -34,7 +34,7 @@
#include <linux/math64.h>
#include <linux/kthread.h>
#include <linux/wait.h>
#if CONFIG_BTREE
#ifdef CONFIG_BTREE
#include <linux/btree.h>
#define KERNEL_PLAYER
#else

Loading…
Cancel
Save