]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ata: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:30:28 +0000 (19:30 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:41 +0000 (08:00 -0600)
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>
15 files changed:
drivers/ata/ahci-pci.c
drivers/ata/ahci-uclass.c
drivers/ata/ahci.c
drivers/ata/ahci_mvebu.c
drivers/ata/ahci_sunxi.c
drivers/ata/dwc_ahci.c
drivers/ata/dwc_ahsata.c
drivers/ata/fsl_sata.c
drivers/ata/libata.c
drivers/ata/mtk_ahci.c
drivers/ata/sata.c
drivers/ata/sata_bootdev.c
drivers/ata/sata_ceva.c
drivers/ata/sata_mv.c
drivers/ata/sata_sil.c

index 5356b9d83d34be1d7b0d35664b7a369e8e120cca..f2102aaa6353da03719bc8c4fb7c9d921d2095d1 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com>
  */
 
-#include <common.h>
 #include <ahci.h>
 #include <scsi.h>
 #include <dm.h>
index d398b50b9a1e781629e7e75affedcbee5cd2d523..7affb3f1ec7954cf36a86b45c26b378d6d8d5c79 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_AHCI
 
-#include <common.h>
 #include <ahci.h>
 #include <dm.h>
 
index 04ddc3394648e38229d97a3dd05f2aafe01019a6..ac869296d525125343e1bd245ee701f4af3f836a 100644 (file)
@@ -8,10 +8,10 @@
  *
  * This driver provides a SCSI interface to SATA.
  */
-#include <common.h>
 #include <blk.h>
 #include <cpu_func.h>
 #include <log.h>
+#include <time.h>
 #include <linux/bitops.h>
 #include <linux/delay.h>
 
index f05150d61ddf4ff5d4c70c53995aeb0caa072cb1..f6e2d6bee45be35845a87256ab58356e0948bc7c 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2016 Stefan Roese <sr@denx.de>
  */
 
-#include <common.h>
 #include <ahci.h>
 #include <dm.h>
 #include <log.h>
index 9064774e6614d7915b6ab4906ac29b823bad664f..6cf5cee055e7c20668a8310ebaeac9ac0183b2a4 100644 (file)
@@ -1,4 +1,3 @@
-#include <common.h>
 #include <ahci.h>
 #include <dm.h>
 #include <log.h>
index 15fd3e365b2bf969070114ec3854d7b4415a834c..b480cde4465b7b7d661e2c4a8b9f33d4c48c218b 100644 (file)
@@ -8,7 +8,6 @@
  * Author: Mugunthan V N <mugunthanvnm@ti.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <ahci.h>
 #include <scsi.h>
index b4d4e39c9b3bf00d1cc03fe7f8b0e0ce91d7d7e8..a29d641343edf280165923a500174a6b38424df1 100644 (file)
@@ -4,7 +4,6 @@
  * Terry Lv <r65388@freescale.com>
  */
 
-#include <common.h>
 #include <ahci.h>
 #include <blk.h>
 #include <cpu_func.h>
index 969bc191f8e8dd992a9c126e38bdf8ba073ed2ff..4990148388b62a2a97a30df0f910ac18186ca2ac 100644 (file)
@@ -5,7 +5,6 @@
  * Author: Dave Liu <daveliu@freescale.com>
  */
 
-#include <common.h>
 #include <ahci.h>
 #include <blk.h>
 #include <command.h>
index 47e2c5c1cc402750e0854fd80dd2077a4804a62b..ef659cb1728a0a985227335a53ccbe23836dedd9 100644 (file)
@@ -5,9 +5,9 @@
  *             port from the libata of linux kernel
  */
 
-#include <common.h>
 #include <compiler.h>
 #include <libata.h>
+#include <stdio.h>
 
 u64 ata_id_n_sectors(u16 *id)
 {
index 2c5227df306bcad86286a20d3062221d397325ae..53aabee0a5e6a992691645c86e8d827317806c46 100644 (file)
@@ -8,7 +8,6 @@
  * Author: Frank Wunderlich <frank-w@public-files.de>
  */
 
-#include <common.h>
 #include <ahci.h>
 #include <asm/global_data.h>
 #include <asm/io.h>
index 784d9bbeacb47985d9727f47e4d84726715f9487..84437d3d346b4f261f000f3f578a382c6e477699 100644 (file)
@@ -9,7 +9,6 @@
  *             Dave Liu <daveliu@freescale.com>
  */
 
-#include <common.h>
 #include <ahci.h>
 #include <blk.h>
 #include <dm.h>
index f638493ce04ff8e56e80f506cbc6e9b08c55715f..a5ca6f6fd5bb7a55d3d2956973daab9322fbfbae 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2023 Tony Dinh <mibodhi@gmail.com>
  */
 
-#include <common.h>
 #include <ahci.h>
 #include <bootdev.h>
 #include <dm.h>
index 7769d4f99efdffc364567a48996a7ee3257e68ff..a81b3165992a922ffbe749982c7e2a459f863486 100644 (file)
@@ -3,7 +3,6 @@
  * (C) Copyright 2015 - 2016 Xilinx, Inc.
  * Michal Simek <michal.simek@amd.com>
  */
-#include <common.h>
 #include <dm.h>
 #include <ahci.h>
 #include <generic-phy.h>
index 94d7369351a32ae398c2d62ac06bc03f9f28498d..ac78760a33ebabc65e1d97c2e1653c70d3cbd1f6 100644 (file)
@@ -31,7 +31,6 @@
  * No port multiplier support
  */
 
-#include <common.h>
 #include <ahci.h>
 #include <blk.h>
 #include <bootdev.h>
@@ -46,6 +45,7 @@
 #include <libata.h>
 #include <malloc.h>
 #include <sata.h>
+#include <time.h>
 #include <linux/bitops.h>
 #include <linux/delay.h>
 #include <linux/errno.h>
index 43a91a79120a399f06ee87e698b497c1cb664c14..5b80f6249d767e3e22bb1aec94f399ca57a0c253 100644 (file)
@@ -5,7 +5,6 @@
  * Author: Tang Yuantian <b29983@freescale.com>
  */
 
-#include <common.h>
 #include <blk.h>
 #include <cpu_func.h>
 #include <dm.h>