]> Git Repo - linux.git/blobdiff - drivers/input/keyboard/tnetv107x-keypad.c
drivers/input: Add module.h to modular drivers implicitly using it
[linux.git] / drivers / input / keyboard / tnetv107x-keypad.c
index 1c58681de81fe541338b6ec655ca8a008c305e01..66e55e5cfdd65d5d47d33616d5d2fff8f1413ea4 100644 (file)
@@ -24,6 +24,7 @@
 #include <linux/io.h>
 #include <linux/clk.h>
 #include <linux/input/matrix_keypad.h>
+#include <linux/module.h>
 
 #define BITS(x)                        (BIT(x) - 1)
 
This page took 0.031837 seconds and 4 git commands to generate.