Skip to content

Commit 8857934

Browse files
committed
drivers: mfd: change clock control include
Corrected clock control include Signed-off-by: Max van Kessel <[email protected]>
1 parent 9e473a1 commit 8857934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mfd/mfd_timer_stm32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <errno.h>
88
#include <soc.h>
99
#include <device.h>
10-
#include <clock_control/stm32_clock_control.h>
10+
#include <drivers/clock_control/stm32_clock_control.h>
1111
#include <mfd/mfd_timer_stm32.h>
1212

1313
#define DEV_CFG(dev) \

0 commit comments

Comments
 (0)