summaryrefslogtreecommitdiff
path: root/drivers/input/button_kbd.c
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-05-01 19:30:53 -0600
committerTom Rini <[email protected]>2024-05-07 08:00:55 -0600
commit503cc4d2cb72b576538261398473705ebeaabbbf (patch)
treeceba095a29f27f5a5f4f976b59f006e4b727a0d3 /drivers/input/button_kbd.c
parent3ebb4546eb3d5d3647d07f6923aa1dd79996625c (diff)
input: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/input/button_kbd.c')
-rw-r--r--drivers/input/button_kbd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/button_kbd.c b/drivers/input/button_kbd.c
index c73d3b18be9..0a917ac8b99 100644
--- a/drivers/input/button_kbd.c
+++ b/drivers/input/button_kbd.c
@@ -4,7 +4,6 @@
*/
#include <stdlib.h>
-#include <common.h>
#include <dm.h>
#include <fdtdec.h>
#include <input.h>