riscv: Remove the nx_start prototype from riscv_internal.h

This function is already declared in include/nuttx/init.h include this
file instead.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2021-02-02 18:18:32 +01:00 committed by Alan Carvalho de Assis
parent db2a8f0dc5
commit 5447f28742
5 changed files with 10 additions and 10 deletions

View File

@ -22,11 +22,12 @@
* Included Files
****************************************************************************/
#include <nuttx/config.h>
#include <stdint.h>
#include <nuttx/config.h>
#include <nuttx/init.h>
#include <nuttx/arch.h>
#include <arch/board/board.h>
#include "riscv_arch.h"

View File

@ -228,10 +228,6 @@ void up_earlyserialinit(void);
void rpmsg_serialinit(void);
#endif
/* The OS start routine **************************************************/
void nx_start(void);
/* Debug ********************************************************************/
#ifdef CONFIG_STACK_COLORATION

View File

@ -34,10 +34,11 @@
* Included Files
****************************************************************************/
#include <stdint.h>
#include <nuttx/config.h>
#include <stdint.h>
#include <nuttx/init.h>
#include <arch/board/board.h>
#include "fe310_clockconfig.h"

View File

@ -36,6 +36,7 @@
#include <nuttx/config.h>
#include <nuttx/init.h>
#include <nuttx/arch.h>
#include <arch/board/board.h>

View File

@ -22,10 +22,11 @@
* Included Files
****************************************************************************/
#include <stdint.h>
#include <nuttx/config.h>
#include <stdint.h>
#include <nuttx/init.h>
#include <arch/board/board.h>
#include "litex_clockconfig.h"