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:
parent
9f5ef47184
commit
7498329d59
@ -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
|
||||
============================
|
||||
|
||||
|
||||
@ -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_ */
|
||||
Loading…
Reference in New Issue
Block a user