Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252647
b: refs/heads/master
c: b76a06e
h: refs/heads/master
i:
  252645: a880bcc
  252643: 8730375
  252639: 95e1154
v: v3
  • Loading branch information
Anton Blanchard authored and Robert Richter committed May 24, 2011
1 parent 03268d4 commit f6dbffa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d819437156fd99da61d4e1402b2dbfc5cc472265
refs/heads/master: b76a06e08d94b2a63e47837dfe46bbbf0a3af6c2
2 changes: 1 addition & 1 deletion trunk/drivers/oprofile/event_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/oprofile/oprof.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <linux/moduleparam.h>
#include <linux/workqueue.h>
#include <linux/time.h>
#include <asm/mutex.h>
#include <linux/mutex.h>

#include "oprof.h"
#include "event_buffer.h"
Expand Down

0 comments on commit f6dbffa

Please sign in to comment.