kernel: banner: Remove unnecessary header

sys/util.h is not needed.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2023-01-06 12:58:21 -08:00 committed by Anas Nashif
commit 080464c7c4

View file

@ -5,7 +5,6 @@
*/
#include <zephyr/kernel.h>
#include <zephyr/sys/util.h>
#include <zephyr/init.h>
#include <zephyr/device.h>
#include <version.h>