]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/remoteproc/qcom_mdt_loader.h
remoteproc: qcom: Merge cleanup and fixup from the future
[karo-tx-linux.git] / drivers / remoteproc / qcom_mdt_loader.h
index 86d547801819891165a9b5756d07975533f59ca7..c5d7122755b6bd2adcc374d46bf0ecc5537a97b5 100644 (file)
@@ -6,7 +6,7 @@
 #define QCOM_MDT_RELOCATABLE   BIT(27)
 
 struct resource_table * qcom_mdt_find_rsc_table(struct rproc *rproc, const struct firmware *fw, int *tablesz);
-int qcom_mdt_load(struct rproc *rproc, const struct firmware *fw, const char *fw_name, phys_addr_t mem_phys, void *mem_region, size_t mem_size);
+int qcom_mdt_load(struct rproc *rproc, const struct firmware *fw, const char *fw_name);
 
 int qcom_mdt_parse(const struct firmware *fw, phys_addr_t *fw_addr, size_t *fw_size, bool *fw_relocate);