Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b76a06e0 authored by Anton Blanchard's avatar Anton Blanchard Committed by Robert Richter
Browse files

oprofile: Use linux/mutex.h



The oprofile code is still including asm/mutex.h instead of
linux/mutex.h.

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
parent d8194371
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -11,7 +11,7 @@
#define EVENT_BUFFER_H
#define EVENT_BUFFER_H


#include <linux/types.h>
#include <linux/types.h>
#include <asm/mutex.h>
#include <linux/mutex.h>


int alloc_event_buffer(void);
int alloc_event_buffer(void);


+1 −1
Original line number Original line Diff line number Diff line
@@ -14,7 +14,7 @@
#include <linux/moduleparam.h>
#include <linux/moduleparam.h>
#include <linux/workqueue.h>
#include <linux/workqueue.h>
#include <linux/time.h>
#include <linux/time.h>
#include <asm/mutex.h>
#include <linux/mutex.h>


#include "oprof.h"
#include "oprof.h"
#include "event_buffer.h"
#include "event_buffer.h"