Commit 7c34c05e authored by Liu Bo's avatar Liu Bo

sync_timing.py: remove unnecessary header file

<linux/blkdev.h> is not needed.
Signed-off-by: default avatarLiu Bo <liub.liubo@gmail.com>
parent 8268edbe
......@@ -14,7 +14,6 @@ from bcc import BPF
# load BPF program
b = BPF(text="""
#include <uapi/linux/ptrace.h>
#include <linux/blkdev.h>
BPF_HASH(last);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment