Skip to content

Commit

Permalink
kmsan: use the correct header in uprobes.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosian-glider committed Dec 7, 2018
1 parent 575c281 commit 8ede2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/uprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Jim Keniston
*/
#include <linux/kernel.h>
#include <linux/kmsan.h>
#include <linux/kmsan-checks.h>
#include <linux/sched.h>
#include <linux/ptrace.h>
#include <linux/uprobes.h>
Expand Down

0 comments on commit 8ede2cb

Please sign in to comment.