Skip to content

Commit

Permalink
soc: npcm4xx: remove useless header file
Browse files Browse the repository at this point in the history
remove useless header file.

Signed-off-by: cpchiang <[email protected]>
  • Loading branch information
cpchiang committed Aug 3, 2023
1 parent d4d5f37 commit 8962b91
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 292 deletions.
2 changes: 0 additions & 2 deletions drivers/counter/counter_npcm4xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
#include <common/reg/reg_access.h>
#include <drivers/clock_control.h>
#include <soc.h>
#include "NPCM4XX.h"


#define DT_DRV_COMPAT nuvoton_npcm4xx_itim_timer

Expand Down
1 change: 0 additions & 1 deletion drivers/serial/uart_npcm4xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <kernel.h>
#include <pm/device.h>
#include <soc.h>
#include "NPCM4XX.h"

#include <logging/log.h>
LOG_MODULE_REGISTER(uart_npcm4xx, LOG_LEVEL_ERR);
Expand Down
289 changes: 0 additions & 289 deletions soc/arm/npcm4xx/common/NPCM4XX.h

This file was deleted.

0 comments on commit 8962b91

Please sign in to comment.