aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/oprofile
diff options
context:
space:
mode:
authorRobert Richter <robert.richter@amd.com>2009-05-07 16:07:41 +0200
committerRobert Richter <robert.richter@amd.com>2009-06-11 16:10:12 +0200
commitfecfe6320ba71eed6d16849683298f0894aa60de (patch)
treea1179708c0eed6ee8db942a87237103e4b44d8e0 /drivers/oprofile
parentoprofile: remove irq_flags in struct op_entry (diff)
downloadlinux-dev-fecfe6320ba71eed6d16849683298f0894aa60de.tar.xz
linux-dev-fecfe6320ba71eed6d16849683298f0894aa60de.zip
oprofile: remove obselete include headers
This became obsolete with this commit: 6dad828 oprofile: port to the new ring_buffer Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'drivers/oprofile')
-rw-r--r--drivers/oprofile/cpu_buffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/oprofile/cpu_buffer.c b/drivers/oprofile/cpu_buffer.c
index 242257b19441..50640cc5eef2 100644
--- a/drivers/oprofile/cpu_buffer.c
+++ b/drivers/oprofile/cpu_buffer.c
@@ -21,7 +21,6 @@
#include <linux/sched.h>
#include <linux/oprofile.h>
-#include <linux/vmalloc.h>
#include <linux/errno.h>
#include "event_buffer.h"