diff options
Diffstat (limited to 'drivers/oprofile')
-rw-r--r-- | drivers/oprofile/oprofile_perf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/oprofile/oprofile_perf.c b/drivers/oprofile/oprofile_perf.c index 79c0005134a1..e707a72a3799 100644 --- a/drivers/oprofile/oprofile_perf.c +++ b/drivers/oprofile/oprofile_perf.c | |||
@@ -4,6 +4,7 @@ | |||
4 | * Perf-events backend for OProfile. | 4 | * Perf-events backend for OProfile. |
5 | */ | 5 | */ |
6 | #include <linux/perf_event.h> | 6 | #include <linux/perf_event.h> |
7 | #include <linux/platform_device.h> | ||
7 | #include <linux/oprofile.h> | 8 | #include <linux/oprofile.h> |
8 | #include <linux/slab.h> | 9 | #include <linux/slab.h> |
9 | 10 | ||