diff options
| author | Tom Rini <[email protected]> | 2024-05-01 19:30:39 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:41 -0600 |
| commit | dcd59134c64ef369716cd2f78a8dbe765bec331d (patch) | |
| tree | c915f3cf082af712c407296f892e3220fbed33b3 /drivers/crypto/fsl/sec.c | |
| parent | 910522fc9cb45ab0331a641f84b06dfe48618894 (diff) | |
crypto: 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/crypto/fsl/sec.c')
| -rw-r--r-- | drivers/crypto/fsl/sec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/fsl/sec.c b/drivers/crypto/fsl/sec.c index 9de30a6112f..e9c39ddcfd9 100644 --- a/drivers/crypto/fsl/sec.c +++ b/drivers/crypto/fsl/sec.c @@ -3,7 +3,7 @@ * Copyright 2014 Freescale Semiconductor, Inc. */ -#include <common.h> +#include <config.h> #include <linux/libfdt.h> #include <fdt_support.h> #if CONFIG_SYS_FSL_SEC_COMPAT == 2 || CONFIG_SYS_FSL_SEC_COMPAT >= 4 |
