Merge "drivers: remoteproc: Fix build error"
This commit is contained in:
commit
a1a7b9fc01
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user