setup_profiling_timer() is not used by any code at this point. Since a
default weak implementation exists, there is no need to keep this
arch-specific definition around. Remove it along with the now-redundant
profile header includes.
Signed-off-by: Anthony Iliopoulos <ailiop@suse.com>
Message-ID: <
20260820123711.142005-1-ailiop@suse.com>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
#include <linux/irq.h>
#include <linux/kdebug.h>
#include <linux/module.h>
-#include <linux/profile.h>
#include <linux/sched/mm.h>
#include <linux/sched/hotplug.h>
#include <linux/sched/task_stack.h>
}
}
-int setup_profiling_timer(unsigned int multiplier)
-{
- pr_debug("setup_profiling_timer %d\n", multiplier);
- return 0;
-}
-
/* TLB flush functions */
struct flush_data {
#include <linux/module.h>
#include <linux/init.h>
#include <linux/irq.h>
-#include <linux/profile.h>
#include <linux/delay.h>
#include <linux/irqdomain.h>
#include <linux/sched_clock.h>