diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:30:28 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:41 -0600 |
commit | 05033cd52bb2f43600ec56bebcc79a8aa27d1113 (patch) | |
tree | b252c5ee1200d4fca0c4fe259c1f3af26508d5bc /drivers/ata/sata_bootdev.c | |
parent | 7921be7243e889ce5270fdcd019e206b0dce91d4 (diff) |
ata: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed
add missing include files directly.
Reviewed-by: Tony Dinh <mibodhi@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/ata/sata_bootdev.c')
-rw-r--r-- | drivers/ata/sata_bootdev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/sata_bootdev.c b/drivers/ata/sata_bootdev.c index f638493ce04..a5ca6f6fd5b 100644 --- a/drivers/ata/sata_bootdev.c +++ b/drivers/ata/sata_bootdev.c @@ -5,7 +5,6 @@ * Copyright 2023 Tony Dinh <mibodhi@gmail.com> */ -#include <common.h> #include <ahci.h> #include <bootdev.h> #include <dm.h> |