Skip to content

Commit

Permalink
kernel: Remove duplicate include of kswap.h
Browse files Browse the repository at this point in the history
kswap.h was included twice.  Remove the duplication

Fixes zephyrproject-rtos#33524

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
  • Loading branch information
galak committed Mar 22, 2021
1 parent 6074696 commit 604cec9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <string.h>
#include <sys/dlist.h>
#include <kernel_internal.h>
#include <kswap.h>
#include <drivers/entropy.h>
#include <logging/log_ctrl.h>
#include <tracing/tracing.h>
Expand Down

0 comments on commit 604cec9

Please sign in to comment.