Index: uspace/lib/input/include/io/kbd_event.h
===================================================================
--- uspace/lib/input/include/io/kbd_event.h	(revision 6cef8d6a633ccd8d6545bfa8b87ae7113b8d30ed)
+++ uspace/lib/input/include/io/kbd_event.h	(revision fb06afd8a27eb616251795f0e4cde142cb4f13fd)
@@ -1,4 +1,4 @@
 /*
- * Copyright (c) 2022 Jiri Svoboda
+ * Copyright (c) 2024 Jiri Svoboda
  * All rights reserved.
  *
@@ -36,5 +36,4 @@
 #define _LIBINPUT_IO_KBD_EVENT_H_
 
-#include <adt/list.h>
 #include <inttypes.h>
 #include <io/keycode.h>
@@ -48,7 +47,4 @@
 /** Console event structure. */
 typedef struct {
-	/** List handle */
-	link_t link;
-
 	/** Keyboard device ID */
 	sysarg_t kbd_id;
