Skip to content

Commit a66b799

Browse files
gmarullnashif
authored andcommitted
samples: tfm_integration: tfm_ipc: replace deprecated header
<power/reboot.h> needs to be replaced with <sys/reboot.h> Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 815dd27 commit a66b799

File tree

1 file changed

+1
-1
lines changed
  • samples/tfm_integration/tfm_ipc/src

1 file changed

+1
-1
lines changed

samples/tfm_integration/tfm_ipc/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#include <zephyr.h>
88
#include <sys/printk.h>
9-
#include <power/reboot.h>
9+
#include <sys/reboot.h>
1010

1111
#include "tfm_api.h"
1212
#include "tfm_ns_interface.h"

0 commit comments

Comments
 (0)