summaryrefslogtreecommitdiff
path: root/drivers/input/keybdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/keybdev.c')
-rw-r--r--drivers/input/keybdev.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/input/keybdev.c b/drivers/input/keybdev.c
index 95fce5e80f5f..2ab0e58dd100 100644
--- a/drivers/input/keybdev.c
+++ b/drivers/input/keybdev.c
@@ -31,8 +31,9 @@
#include <linux/config.h>
#include <linux/kbd_ll.h>
#include <linux/input.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
#include <linux/init.h>
+#include <linux/tty.h>
#include <linux/module.h>
#include <linux/kbd_kern.h>