aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/oprofile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/oprofile')
-rw-r--r--drivers/oprofile/cpu_buffer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/oprofile/cpu_buffer.c b/drivers/oprofile/cpu_buffer.c
index b426ae8ad2e2..8ae37c9d0ec4 100644
--- a/drivers/oprofile/cpu_buffer.c
+++ b/drivers/oprofile/cpu_buffer.c
@@ -309,8 +309,6 @@ void oprofile_add_sample(struct pt_regs * const regs, unsigned long event)
309 309
310#ifdef CONFIG_OPROFILE_IBS 310#ifdef CONFIG_OPROFILE_IBS
311 311
312#define MAX_IBS_SAMPLE_SIZE 14
313
314void oprofile_add_ibs_sample(struct pt_regs * const regs, 312void oprofile_add_ibs_sample(struct pt_regs * const regs,
315 unsigned int * const ibs_sample, int ibs_code) 313 unsigned int * const ibs_sample, int ibs_code)
316{ 314{