diff options
| author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:30:45 -0600 | 
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:41 -0600 | 
| commit | 61595e4e97f7b027922db27f380afabd70042670 (patch) | |
| tree | c4dde850cb46b96307750c4e748e338842569369 /drivers/fastboot/fb_nand.c | |
| parent | ac01ed260baa5d0a75340afc8752573ca77ac407 (diff) | |
fastboot: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed
add missing include files directly.
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/fastboot/fb_nand.c')
| -rw-r--r-- | drivers/fastboot/fb_nand.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/drivers/fastboot/fb_nand.c b/drivers/fastboot/fb_nand.c index bbe26ddcc9b..afc64fd5280 100644 --- a/drivers/fastboot/fb_nand.c +++ b/drivers/fastboot/fb_nand.c @@ -5,7 +5,6 @@   */  #include <config.h> -#include <common.h>  #include <blk.h>  #include <fastboot.h> | 
