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 <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-12-09 15:09:18 +01:00 committed by Anas Nashif
commit a66b79999b

View file

@ -6,7 +6,7 @@
#include <zephyr.h>
#include <sys/printk.h>
#include <power/reboot.h>
#include <sys/reboot.h>
#include "tfm_api.h"
#include "tfm_ns_interface.h"