aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/oprofile/event_buffer.h
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2011-05-08 19:32:36 -0400
committerRobert Richter <robert.richter@amd.com>2011-05-24 12:45:59 +0200
commitb76a06e08d94b2a63e47837dfe46bbbf0a3af6c2 (patch)
treeaaee219bd932c807906d1159b3605f0b7efccc99 /drivers/oprofile/event_buffer.h
parentd819437156fd99da61d4e1402b2dbfc5cc472265 (diff)
downloadkernel_samsung_smdk4412-b76a06e08d94b2a63e47837dfe46bbbf0a3af6c2.zip
kernel_samsung_smdk4412-b76a06e08d94b2a63e47837dfe46bbbf0a3af6c2.tar.gz
kernel_samsung_smdk4412-b76a06e08d94b2a63e47837dfe46bbbf0a3af6c2.tar.bz2
oprofile: Use linux/mutex.h
The oprofile code is still including asm/mutex.h instead of linux/mutex.h. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'drivers/oprofile/event_buffer.h')
-rw-r--r--drivers/oprofile/event_buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/oprofile/event_buffer.h b/drivers/oprofile/event_buffer.h
index 4e70749..a8d5bb3 100644
--- a/drivers/oprofile/event_buffer.h
+++ b/drivers/oprofile/event_buffer.h
@@ -11,7 +11,7 @@
#define EVENT_BUFFER_H
#include <linux/types.h>
-#include <asm/mutex.h>
+#include <linux/mutex.h>
int alloc_event_buffer(void);