diff options
| author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:31:14 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:56 -0600 |
| commit | 174f184a84734a20a4d79a23912cc992dda1ce34 (patch) | |
| tree | 45779b4aa80eb128a8efebef99bb6940346ff59f /drivers/reset/reset-rockchip.c | |
| parent | f07668b30ab5700ea31a09174150a378b9ef0044 (diff) | |
reset: 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 <trini@konsulko.com>
Diffstat (limited to 'drivers/reset/reset-rockchip.c')
| -rw-r--r-- | drivers/reset/reset-rockchip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/reset/reset-rockchip.c b/drivers/reset/reset-rockchip.c index 6cabaa10a35..876eb7dddaa 100644 --- a/drivers/reset/reset-rockchip.c +++ b/drivers/reset/reset-rockchip.c @@ -3,7 +3,6 @@ * (C) Copyright 2017 Rockchip Electronics Co., Ltd */ -#include <common.h> #include <dm.h> #include <log.h> #include <malloc.h> |
