[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1259882557-12024-1-git-send-regression-fweisbec@gmail.com>
Date: Fri, 4 Dec 2009 00:22:37 +0100
From: Frederic Weisbecker <fweisbec@...il.com>
To: Ingo Molnar <mingo@...e.hu>
Cc: LKML <linux-kernel@...r.kernel.org>,
Frederic Weisbecker <fweisbec@...il.com>,
Peter Zijlstra <peterz@...radead.org>,
Arnaldo Carvalho de Melo <acme@...hat.com>,
Paul Mackerras <paulus@...ba.org>
Subject: [PATCH] perf events: Remove unused struct perf_event::event_callback
This field might result from an older manual rebasing mistake.
We don't use it.
Reported-by: Peter Zijlstra <peterz@...radead.org>
Signed-off-by: Frederic Weisbecker <fweisbec@...il.com>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Arnaldo Carvalho de Melo <acme@...hat.com>
Cc: Paul Mackerras <paulus@...ba.org>
---
include/linux/perf_event.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
index d045e6e..c7f6502 100644
--- a/include/linux/perf_event.h
+++ b/include/linux/perf_event.h
@@ -671,8 +671,6 @@ struct perf_event {
perf_callback_t callback;
- perf_callback_t event_callback;
-
#endif /* CONFIG_PERF_EVENTS */
};
--
1.6.2.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists