|
@@ -333,7 +333,6 @@ struct firmware;
|
|
|
* @kick: kick a virtqueue (virtqueue id given as a parameter)
|
|
|
* @da_to_va: optional platform hook to perform address translations
|
|
|
* @load_rsc_table: load resource table from firmware image
|
|
|
- * @find_rsc_table: find the resource table inside the firmware image
|
|
|
* @find_loaded_rsc_table: find the loaded resouce table
|
|
|
* @load: load firmeware to memory, where the remote processor
|
|
|
* expects to find it
|
|
@@ -346,9 +345,6 @@ struct rproc_ops {
|
|
|
void (*kick)(struct rproc *rproc, int vqid);
|
|
|
void * (*da_to_va)(struct rproc *rproc, u64 da, int len);
|
|
|
int (*load_rsc_table)(struct rproc *rproc, const struct firmware *fw);
|
|
|
- struct resource_table *(*find_rsc_table)(struct rproc *rproc,
|
|
|
- const struct firmware *fw,
|
|
|
- int *tablesz);
|
|
|
struct resource_table *(*find_loaded_rsc_table)(
|
|
|
struct rproc *rproc, const struct firmware *fw);
|
|
|
int (*load)(struct rproc *rproc, const struct firmware *fw);
|