summaryrefslogtreecommitdiff
path: root/driver/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/keyboard.c')
-rw-r--r--driver/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/keyboard.c b/driver/keyboard.c
index 9377515..423be69 100644
--- a/driver/keyboard.c
+++ b/driver/keyboard.c
@@ -1,7 +1,7 @@
/// idiots keyboard driver ////
// http://www.computer-engineering.org/ps2keyboard/scancodes1.html
-#define FOOLOS_MODULE_NAME "keyboard"
+
#include "asm/x86.h"
#include <stdbool.h>