mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
create_proc_cpu_mask() doesn't need an argument...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -18,10 +18,10 @@ struct pt_regs;
|
||||
struct notifier_block;
|
||||
|
||||
#if defined(CONFIG_PROFILING) && defined(CONFIG_PROC_FS)
|
||||
void create_prof_cpu_mask(struct proc_dir_entry *de);
|
||||
void create_prof_cpu_mask(void);
|
||||
int create_proc_profile(void);
|
||||
#else
|
||||
static inline void create_prof_cpu_mask(struct proc_dir_entry *de)
|
||||
static inline void create_prof_cpu_mask(void)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user