Skip to content

Commit

Permalink
Merge "drivers: remoteproc: Fix build error" into kernel.lnx.6.1.r2-rel
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux Build Service Account authored and Gerrit - the friendly Code Review server committed Oct 8, 2023
2 parents 9ec52cb + 02a05b7 commit f1671b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/remoteproc/qcom_rproc.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static inline int qcom_unregister_ssr_notifier(void *notify,
{
return 0;
}
static int qcom_rproc_set_dtb_firmware(struct rproc *rproc, const char *dtb_fw_name)
static inline int qcom_rproc_set_dtb_firmware(struct rproc *rproc, const char *dtb_fw_name)
{
return -EINVAL;
}
Expand Down

0 comments on commit f1671b2

Please sign in to comment.