diff options
author | Suman Anna <s-anna@ti.com> | 2019-07-19 10:27:56 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-24 14:15:38 -0400 |
commit | 26557d1025eff712a5fd5ff98cfd831727bdd009 (patch) | |
tree | c0eeafbc01192ccf50a0c36836a0aaf6d7d61ed7 /arch/arm/mach-imx/cmd_hdmidet.c | |
parent | 57a51123f18df0a89aa8ec7521e8e7b1330719dc (diff) |
remoteproc: Fix potential build issues with SPL remoteproc
The rproc uclass driver can either be built with SPL_REMOTEPROC
or REMOTEPROC, but the function prototypes in remoteproc.h are
defined only when CONFIG_REMOTEPROC is defined. This can cause
build issues in SPL if CONFIG_REMOTEPROC is not selected.
Fix this by replacing the existing precompiler macro usage with
CONFIG_IS_ENABLED.
Fixes: ddf56bc7e3ef ("drivers: Introduce a simplified remoteproc framework")
Signed-off-by: Suman Anna <s-anna@ti.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/mach-imx/cmd_hdmidet.c')
0 files changed, 0 insertions, 0 deletions