diff options
| author | Tom Rini <[email protected]> | 2024-05-01 19:30:53 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:55 -0600 |
| commit | 503cc4d2cb72b576538261398473705ebeaabbbf (patch) | |
| tree | ceba095a29f27f5a5f4f976b59f006e4b727a0d3 /drivers/input/button_kbd.c | |
| parent | 3ebb4546eb3d5d3647d07f6923aa1dd79996625c (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.c | 1 |
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> |
