X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fremoteproc%2Fremoteproc_internal.h;h=70701a50ddfa6276105f383b33c81d88e885db33;hb=6cc8a35dcf6bceb4c6db38ae7862d826b3afb6a2;hp=157e762c15714d3c03778edd6ae3df8f68a31bab;hpb=5c64e3a45d43c6e3fa87cbe02e10059171d10812;p=karo-tx-linux.git diff --git a/drivers/remoteproc/remoteproc_internal.h b/drivers/remoteproc/remoteproc_internal.h index 157e762c1571..70701a50ddfa 100644 --- a/drivers/remoteproc/remoteproc_internal.h +++ b/drivers/remoteproc/remoteproc_internal.h @@ -107,12 +107,12 @@ struct resource_table *rproc_find_rsc_table(struct rproc *rproc, static inline struct resource_table *rproc_find_loaded_rsc_table(struct rproc *rproc, - const struct firmware *fw) + const struct firmware *fw) { if (rproc->fw_ops->find_loaded_rsc_table) return rproc->fw_ops->find_loaded_rsc_table(rproc, fw); - return NULL; + return NULL; } extern const struct rproc_fw_ops rproc_elf_fw_ops;