diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:30:58 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:55 -0600 |
commit | 4fa7521f66188b3fd5909de7a84d00492c7c32b5 (patch) | |
tree | 8f4f7e027d6b53f124dad82431da5e5cfeb8fbcb /drivers/misc/imx8/scu_api.c | |
parent | c199f372cca046fac0ce73b7274f136b1a0e80e2 (diff) |
misc: 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/misc/imx8/scu_api.c')
-rw-r--r-- | drivers/misc/imx8/scu_api.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/imx8/scu_api.c b/drivers/misc/imx8/scu_api.c index 6e2c678e614..591d71b096a 100644 --- a/drivers/misc/imx8/scu_api.c +++ b/drivers/misc/imx8/scu_api.c @@ -5,7 +5,6 @@ * Peng Fan <peng.fan@nxp.com> */ -#include <common.h> #include <hang.h> #include <malloc.h> #include <asm/global_data.h> |