aboutsummaryrefslogtreecommitdiff
path: root/drivers/oprofile/buffer_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/oprofile/buffer_sync.h')
-rw-r--r--drivers/oprofile/buffer_sync.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/oprofile/buffer_sync.h b/drivers/oprofile/buffer_sync.h
index 08866f6a96a..3110732c183 100644
--- a/drivers/oprofile/buffer_sync.h
+++ b/drivers/oprofile/buffer_sync.h
@@ -9,13 +9,13 @@
#ifndef OPROFILE_BUFFER_SYNC_H
#define OPROFILE_BUFFER_SYNC_H
-
+
/* add the necessary profiling hooks */
int sync_start(void);
/* remove the hooks */
void sync_stop(void);
-
+
/* sync the given CPU's buffer */
void sync_buffer(int cpu);