Skip to content

Commit

Permalink
sync_timing.py: remove unnecessary header file
Browse files Browse the repository at this point in the history
<linux/blkdev.h> is not needed.

Signed-off-by: Liu Bo <[email protected]>
  • Loading branch information
liubogithub committed Feb 9, 2018
1 parent 8268edb commit 7c34c05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/tracing/sync_timing.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# load BPF program
b = BPF(text="""
#include <uapi/linux/ptrace.h>
#include <linux/blkdev.h>
BPF_HASH(last);
Expand Down

0 comments on commit 7c34c05

Please sign in to comment.