Skip to content

Commit

Permalink
mpfs canfd driver: add missing memorymap header and reorganize
Browse files Browse the repository at this point in the history
  • Loading branch information
haitomatic committed Feb 13, 2024
1 parent 52bca70 commit 671839b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
5 changes: 4 additions & 1 deletion arch/risc-v/src/mpfs/mpfs_fpga_canfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@

#include <arch/board/board.h>

#include "hardware/mpfs_fpga_canfd.h"
#include "mpfs_fpga_canfd.h"
#include "riscv_internal.h"
#include "mpfs_memorymap.h"

#include "hardware/mpfs_fpga_canfd.h"

/****************************************************************************
* Pre-processor Definitions
Expand Down
7 changes: 0 additions & 7 deletions arch/risc-v/src/mpfs/mpfs_fpga_canfd.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@

#ifdef CONFIG_MPFS_HAVE_CANFD

/****************************************************************************
* Included Files
****************************************************************************/

#include <arch/board/board.h>
#include "hardware/mpfs_fpga_canfd.h"

/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
Expand Down

0 comments on commit 671839b

Please sign in to comment.