drivers: can: mcan: rename private header file
Rename the private header file for the Bosch M_CAN shared driver code from can_mcan_int.h to can_mcan_priv.h to follow the common naming scheme. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
288ba95c25
commit
7ea0951052
2 changed files with 6 additions and 5 deletions
|
@ -9,10 +9,11 @@
|
|||
#include <kernel.h>
|
||||
#include <drivers/can.h>
|
||||
#include <drivers/can/transceiver.h>
|
||||
#include "can_mcan.h"
|
||||
#include "can_mcan_int.h"
|
||||
#include <logging/log.h>
|
||||
|
||||
#include "can_mcan.h"
|
||||
#include "can_mcan_priv.h"
|
||||
|
||||
LOG_MODULE_REGISTER(can_mcan, CONFIG_CAN_LOG_LEVEL);
|
||||
|
||||
#define CAN_INIT_TIMEOUT (100)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue