Skip to content

Commit

Permalink
fault-injection: do not include unneeded header
Browse files Browse the repository at this point in the history
No need to include linux/kallsyms.h.

Signed-off-by: Akinobu Mita <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
mita authored and torvalds committed Jul 26, 2011
1 parent 3e5c4fa commit 35f4676
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/fault-inject.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/stacktrace.h>
#include <linux/kallsyms.h>
#include <linux/fault-inject.h>

/*
Expand Down

0 comments on commit 35f4676

Please sign in to comment.