MT#55283 use #ifdef instead of #if

Change-Id: Ice3e902193c4bcd4d6852b50ebaf0bb6a666af09
rfuchs/test
Richard Fuchs 7 months ago
parent 87f9fc18bf
commit 150ee6dbde

@ -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