Skip to content

Commit 76dcf3b

Browse files
committed
bench_page_pool_cross_cpu.c: Add include
Signed-off-by: Jesper Dangaard Brouer <hawk@kernel.org>
1 parent 8e7451f commit 76dcf3b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kernel/lib/bench_page_pool_cross_cpu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <linux/interrupt.h>
2121
#include <linux/limits.h>
2222
#include <linux/delay.h>
23+
#include <linux/ptr_ring.h>
2324

2425
/* notice time_bench is limited to U32_MAX nr loops */
2526
static unsigned long loops = 1000000;

0 commit comments

Comments
 (0)