diff options
author | Tom Rini <trini@konsulko.com> | 2023-12-14 13:16:48 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-12-21 08:54:37 -0500 |
commit | ac2370a856688d3378812ed533fec2991501378f (patch) | |
tree | fed356d3b63bd69ac8de0fd924dc2076890f5d1e /drivers/spi/fsl_dspi.c | |
parent | cb3ce954013ce383e64b73b65df1eb4ef8833570 (diff) |
global: Remove duplicate common.h inclusions
These files include <common.h> twice. Start by removing the second
inclusion of the file.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/spi/fsl_dspi.c')
-rw-r--r-- | drivers/spi/fsl_dspi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/fsl_dspi.c b/drivers/spi/fsl_dspi.c index 89907cbbb02..9b3d5a94817 100644 --- a/drivers/spi/fsl_dspi.c +++ b/drivers/spi/fsl_dspi.c @@ -14,7 +14,6 @@ #include <common.h> #include <dm.h> #include <errno.h> -#include <common.h> #include <log.h> #include <spi.h> #include <malloc.h> |