cleanup: include/: move entropy.h to drivers/entropy.h

move entropy.h to drivers/entropy.h and
create a shim for backward-compatibility.

No functional changes to the headers.
A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES.

Related to #16539

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-06-25 15:53:49 -04:00
commit 969f8f1c68
24 changed files with 145 additions and 130 deletions

View file

@ -7,7 +7,7 @@
#include <stddef.h>
#include <zephyr.h>
#include <device.h>
#include <entropy.h>
#include <drivers/entropy.h>
#include <bluetooth/bluetooth.h>
#include <misc/byteorder.h>