aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/remoteproc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/remoteproc.h b/include/linux/remoteproc.h
index cc853745e3a1..728d421fffe9 100644
--- a/include/linux/remoteproc.h
+++ b/include/linux/remoteproc.h
@@ -333,7 +333,6 @@ struct firmware;
333 * @kick: kick a virtqueue (virtqueue id given as a parameter) 333 * @kick: kick a virtqueue (virtqueue id given as a parameter)
334 * @da_to_va: optional platform hook to perform address translations 334 * @da_to_va: optional platform hook to perform address translations
335 * @load_rsc_table: load resource table from firmware image 335 * @load_rsc_table: load resource table from firmware image
336 * @find_rsc_table: find the resource table inside the firmware image
337 * @find_loaded_rsc_table: find the loaded resouce table 336 * @find_loaded_rsc_table: find the loaded resouce table
338 * @load: load firmeware to memory, where the remote processor 337 * @load: load firmeware to memory, where the remote processor
339 * expects to find it 338 * expects to find it
@@ -346,9 +345,6 @@ struct rproc_ops {
346 void (*kick)(struct rproc *rproc, int vqid); 345 void (*kick)(struct rproc *rproc, int vqid);
347 void * (*da_to_va)(struct rproc *rproc, u64 da, int len); 346 void * (*da_to_va)(struct rproc *rproc, u64 da, int len);
348 int (*load_rsc_table)(struct rproc *rproc, const struct firmware *fw); 347 int (*load_rsc_table)(struct rproc *rproc, const struct firmware *fw);
349 struct resource_table *(*find_rsc_table)(struct rproc *rproc,
350 const struct firmware *fw,
351 int *tablesz);
352 struct resource_table *(*find_loaded_rsc_table)( 348 struct resource_table *(*find_loaded_rsc_table)(
353 struct rproc *rproc, const struct firmware *fw); 349 struct rproc *rproc, const struct firmware *fw);
354 int (*load)(struct rproc *rproc, const struct firmware *fw); 350 int (*load)(struct rproc *rproc, const struct firmware *fw);