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, 0 insertions, 2 deletions
diff --git a/driver/keyboard.c b/driver/keyboard.c
index b333b78..a153c9b 100644
--- a/driver/keyboard.c
+++ b/driver/keyboard.c
@@ -26,10 +26,8 @@ int hex_to_dec(char c)
return c+10-'a';
}
-extern struct netdev e1000_dev;
static void put(uint8_t c)
{
-// syscall_generic(SYSCALL_WRITE,kb_stream, (char *)&c , 1, 0);
compositor_kb_handle(c);
}