Skip to content

Commit

Permalink
MT#55283 use #ifdef instead of #if
Browse files Browse the repository at this point in the history
Change-Id: Ice3e902193c4bcd4d6852b50ebaf0bb6a666af09
  • Loading branch information
rfuchs committed Sep 24, 2024
1 parent 87f9fc1 commit 150ee6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel-module/xt_RTPENGINE.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 150ee6d

Please sign in to comment.