You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/07/15 06:36:25 UTC

[incubator-nuttx] branch master updated: rptun: fix compile break when disable openamp

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d264af  rptun: fix compile break when disable openamp
9d264af is described below

commit 9d264af4fc97110271f3c0d6afd323ecedee4687
Author: Jiuzhu Dong <do...@xiaomi.com>
AuthorDate: Thu Feb 4 22:10:24 2021 +0800

    rptun: fix compile break when disable openamp
    
    Change-Id: I63251524d94fae43bfb0a71c324d55bf91d363f8
    Signed-off-by: Jiuzhu Dong <do...@xiaomi.com>
---
 include/nuttx/rptun/openamp.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/nuttx/rptun/openamp.h b/include/nuttx/rptun/openamp.h
index 3e52e50..8a96b98 100644
--- a/include/nuttx/rptun/openamp.h
+++ b/include/nuttx/rptun/openamp.h
@@ -26,11 +26,12 @@
  ****************************************************************************/
 
 #include <nuttx/config.h>
-#include <openamp/open_amp.h>
-#include <openamp/remoteproc_loader.h>
 
 #ifdef CONFIG_RPTUN
 
+#include <openamp/open_amp.h>
+#include <openamp/remoteproc_loader.h>
+
 /****************************************************************************
  * Public Types
  ****************************************************************************/