random: remove deprecated rand32.h

Header file was kept for 2 releases, time to remove it.

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
Mahesh Mahadevan 2024-11-12 16:59:22 -06:00 committed by Dan Kalowsky
parent 9f5ef47184
commit 7498329d59
2 changed files with 3 additions and 15 deletions

View File

@ -42,6 +42,9 @@ API Changes
* Deprecated ``EARLY``, ``APPLICATION`` and ``SMP`` init levels can no longer be
used for devices.
* Removed deprecated header file
``include/zephyr/random/rand32.h``. ``random.h`` needs to be included now.
Removed APIs in this release
============================

View File

@ -1,15 +0,0 @@
/*
* Copyright (c) 2013-2014 Wind River Systems, Inc.
* Copyright (c) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_RANDOM_RAND32_H_
#define ZEPHYR_INCLUDE_RANDOM_RAND32_H_
#include <zephyr/random/random.h>
#warning "<zephyr/random/rand32.h> is deprecated, include <zephyr/random/random.h> instead"
#endif /* ZEPHYR_INCLUDE_RANDOM_RAND32_H_ */