aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2016-07-24 09:27:17 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-08-22 15:26:51 +1000
commit7bfc80374fb04606ac170e681ad1253358cf377e (patch)
tree355a2fe71dd8238e82d2f60e7afe7ebcb8df3e69 /include
parente45a59f89949fc964f83c6f4a73211bd2cbf29d5 (diff)
downloadskiboot-7bfc80374fb04606ac170e681ad1253358cf377e.zip
skiboot-7bfc80374fb04606ac170e681ad1253358cf377e.tar.gz
skiboot-7bfc80374fb04606ac170e681ad1253358cf377e.tar.bz2
cpu: Remove unused cpu_free_job()
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/cpu.h3
1 files changed, 0 insertions, 3 deletions
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 */