summaryrefslogtreecommitdiff
path: root/firmware/kernel/queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/kernel/queue.c')
-rw-r--r--firmware/kernel/queue.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/firmware/kernel/queue.c b/firmware/kernel/queue.c
index c8beb908b6..0ba7d7e00b 100644
--- a/firmware/kernel/queue.c
+++ b/firmware/kernel/queue.c
@@ -18,16 +18,10 @@
18 * KIND, either express or implied. 18 * KIND, either express or implied.
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21
22#include <string.h> 21#include <string.h>
23#include "config.h"
24#include "kernel.h"
25#include "system.h"
26#include "queue.h"
27#include "corelock.h"
28#include "kernel-internal.h" 22#include "kernel-internal.h"
23#include "queue.h"
29#include "general.h" 24#include "general.h"
30#include "panic.h"
31 25
32/* This array holds all queues that are initiated. It is used for broadcast. */ 26/* This array holds all queues that are initiated. It is used for broadcast. */
33static struct 27static struct