Skip to content

Commit 1b142a5

Browse files
gmarullnashif
authored andcommitted
soc: arc: snps_emsk: fix include list
Include only what is needed in soc_config.c Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent ac3697f commit 1b142a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

soc/arc/snps_emsk/soc_config.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <zephyr/device.h>
7+
#include <zephyr/devicetree.h>
88
#include <zephyr/init.h>
9-
#include "soc.h"
109

1110

1211
#ifdef CONFIG_UART_NS16550

0 commit comments

Comments
 (0)