diff options
Diffstat (limited to 'drivers/misc/imx8')
| -rw-r--r-- | drivers/misc/imx8/fuse.c | 1 | ||||
| -rw-r--r-- | drivers/misc/imx8/scu.c | 1 | ||||
| -rw-r--r-- | drivers/misc/imx8/scu_api.c | 1 | 
3 files changed, 0 insertions, 3 deletions
| diff --git a/drivers/misc/imx8/fuse.c b/drivers/misc/imx8/fuse.c index b81f73f283f..90d251a4405 100644 --- a/drivers/misc/imx8/fuse.c +++ b/drivers/misc/imx8/fuse.c @@ -3,7 +3,6 @@   * Copyright 2019 NXP   */ -#include <common.h>  #include <console.h>  #include <errno.h>  #include <fuse.h> diff --git a/drivers/misc/imx8/scu.c b/drivers/misc/imx8/scu.c index 798800aa758..bbd7e24200b 100644 --- a/drivers/misc/imx8/scu.c +++ b/drivers/misc/imx8/scu.c @@ -5,7 +5,6 @@   * Peng Fan <peng.fan@nxp.com>   */ -#include <common.h>  #include <log.h>  #include <asm/global_data.h>  #include <asm/io.h> 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> | 
