From 7bfc80374fb04606ac170e681ad1253358cf377e Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Sun, 24 Jul 2016 09:27:17 +1000 Subject: cpu: Remove unused cpu_free_job() Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Stewart Smith --- include/cpu.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/cpu.h b/include/cpu.h index 62f5629..fcd886b 100644 --- a/include/cpu.h +++ b/include/cpu.h @@ -238,9 +238,6 @@ extern bool cpu_poll_job(struct cpu_job *job); */ extern void cpu_wait_job(struct cpu_job *job, bool free_it); -/* Free a CPU job, only call on a completed job */ -extern void cpu_free_job(struct cpu_job *job); - /* Called by init to process jobs */ extern void cpu_process_jobs(void); /* Fallback to running jobs synchronously for global jobs */ -- cgit v1.1