Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 873a80dd authored by Praveen Kurapati's avatar Praveen Kurapati
Browse files

msm: ipa3: Add changes to fix CONFIG_PCI flag disable



Add changes to fix the compilation errors after disabling
CONFIG_PCI config flag for bengal target.

Change-Id: I1bbedfad67eeefb70b182bcb4e0bce93f5726eb8
Signed-off-by: default avatarPraveen Kurapati <pkurapat@codeaurora.org>
parent 74879d9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@

#if defined(CONFIG_IPA_EMULATION)
static bool running_emulation = true;
#else
#elif defined(CONFIG_PCI)
static bool running_emulation;
#endif