lkml.org 
[lkml]   [2011]   [Aug]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] semaphore: remove superfluous include of ftrace.h
Date
From: "Emilio G. Cota" <cota@braap.org>

Inspecting the semaphore code I noticed the #include of ftrace.h,
which wasn't there last time I checked (years ago). It was
added by commit "74f4e36 ftrace: stacktrace fix", which
was partially (and manually) reverted by "3e61e0c mmiotrace
broken in linux-next (8-bit writes only)".

Since 3e61e0c the include of ftrace.h has been superfluous;
remove it.

Signed-off-by: Emilio G. Cota <cota@braap.org>
---
kernel/semaphore.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/kernel/semaphore.c b/kernel/semaphore.c
index 94a62c0..4b63e1d 100644
--- a/kernel/semaphore.c
+++ b/kernel/semaphore.c
@@ -31,7 +31,6 @@
#include <linux/sched.h>
#include <linux/semaphore.h>
#include <linux/spinlock.h>
-#include <linux/ftrace.h>

static noinline void __down(struct semaphore *sem);
static noinline int __down_interruptible(struct semaphore *sem);
--
1.7.6


\
 
 \ /
  Last update: 2011-08-13 08:35    [W:0.786 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site