From 0a1e8dc44b20f29ab9299dcc87685926729ac740 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Thu, 9 Dec 2021 14:05:30 +0100 Subject: [PATCH] include: remove deprecated header was deprecated in 2.6 in favor of Signed-off-by: Gerard Marull-Paretas --- include/power/reboot.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 include/power/reboot.h diff --git a/include/power/reboot.h b/include/power/reboot.h deleted file mode 100644 index 22ecd45d904..00000000000 --- a/include/power/reboot.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * Copyright (c) 2021 Nordic Semiconductor ASA - * - * SPDX-License-Identifier: Apache-2.0 - */ - -#ifndef ZEPHYR_INCLUDE_POWER_REBOOT_H_ -#define ZEPHYR_INCLUDE_POWER_REBOOT_H_ - -/* NOTE: This header is kept for compatibility but will be deprecated soon */ - -#include - -#endif /* ZEPHYR_INCLUDE_POWER_REBOOT_H_ */