diff options
Diffstat (limited to 'include/linux/profile.h')
| -rw-r--r-- | include/linux/profile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/profile.h b/include/linux/profile.h index 21123902366d..aaad3861beb8 100644 --- a/include/linux/profile.h +++ b/include/linux/profile.h | |||
| @@ -18,10 +18,10 @@ struct pt_regs; | |||
| 18 | struct notifier_block; | 18 | struct notifier_block; |
| 19 | 19 | ||
| 20 | #if defined(CONFIG_PROFILING) && defined(CONFIG_PROC_FS) | 20 | #if defined(CONFIG_PROFILING) && defined(CONFIG_PROC_FS) |
| 21 | void create_prof_cpu_mask(struct proc_dir_entry *de); | 21 | void create_prof_cpu_mask(void); |
| 22 | int create_proc_profile(void); | 22 | int create_proc_profile(void); |
| 23 | #else | 23 | #else |
| 24 | static inline void create_prof_cpu_mask(struct proc_dir_entry *de) | 24 | static inline void create_prof_cpu_mask(void) |
| 25 | { | 25 | { |
| 26 | } | 26 | } |
| 27 | 27 | ||
