]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
spi: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:31:22 +0000 (19:31 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:56 +0000 (08:00 -0600)
Remove <common.h> from this driver directory and when needed
add missing include files directly.

Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: William Zhang <william.zhang@broadcom.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
67 files changed:
drivers/spi/altera_spi.c
drivers/spi/apple_spi.c
drivers/spi/atcspi200_spi.c
drivers/spi/ath79_spi.c
drivers/spi/atmel-quadspi.c
drivers/spi/atmel_spi.c
drivers/spi/bcm63xx_hsspi.c
drivers/spi/bcm63xx_spi.c
drivers/spi/bcmbca_hsspi.c
drivers/spi/ca_sflash.c
drivers/spi/cadence_ospi_versal.c
drivers/spi/cadence_qspi.c
drivers/spi/cadence_qspi_apb.c
drivers/spi/cf_spi.c
drivers/spi/davinci_spi.c
drivers/spi/designware_spi.c
drivers/spi/exynos_spi.c
drivers/spi/fsl_dspi.c
drivers/spi/fsl_espi.c
drivers/spi/fsl_qspi.c
drivers/spi/ich.c
drivers/spi/iproc_qspi.c
drivers/spi/kirkwood_spi.c
drivers/spi/meson_spifc.c
drivers/spi/microchip_coreqspi.c
drivers/spi/mpc8xx_spi.c
drivers/spi/mpc8xxx_spi.c
drivers/spi/mscc_bb_spi.c
drivers/spi/mt7621_spi.c
drivers/spi/mtk_snfi_spi.c
drivers/spi/mtk_snor.c
drivers/spi/mvebu_a3700_spi.c
drivers/spi/mxc_spi.c
drivers/spi/mxs_spi.c
drivers/spi/npcm_pspi.c
drivers/spi/nxp_fspi.c
drivers/spi/omap3_spi.c
drivers/spi/pic32_spi.c
drivers/spi/pl022_spi.c
drivers/spi/renesas_rpc_spi.c
drivers/spi/rk_spi.c
drivers/spi/sandbox_spi.c
drivers/spi/sh_qspi.c
drivers/spi/soft_spi.c
drivers/spi/spi-aspeed-smc.c
drivers/spi/spi-emul-uclass.c
drivers/spi/spi-mem.c
drivers/spi/spi-mxic.c
drivers/spi/spi-qup.c
drivers/spi/spi-sifive.c
drivers/spi/spi-sn-f-ospi.c
drivers/spi/spi-sunxi.c
drivers/spi/spi-synquacer.c
drivers/spi/spi-uclass.c
drivers/spi/spi.c
drivers/spi/stm32_qspi.c
drivers/spi/stm32_spi.c
drivers/spi/tegra114_spi.c
drivers/spi/tegra20_sflash.c
drivers/spi/tegra20_slink.c
drivers/spi/tegra210_qspi.c
drivers/spi/ti_qspi.c
drivers/spi/uniphier_spi.c
drivers/spi/xilinx_spi.c
drivers/spi/zynq_qspi.c
drivers/spi/zynq_spi.c
drivers/spi/zynqmp_gqspi.c

index 989679e881b5c28da24d45549a248fd34e913473..8e227d187b0c214978ed9c8deb6bdee6112d7606 100644 (file)
@@ -6,7 +6,6 @@
  * Copyright (c) 2005-2008 Analog Devices Inc.
  * Copyright (C) 2010 Thomas Chou <thomas@wytron.com.tw>
  */
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index f35f5af1f6f8f6e3b0fbce4b8a3359ab2cc28523..5f94e9f7a74db914d8cb33eb6493c682c6ce6a6d 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright The Asahi Linux Contributors
  */
 
-#include <common.h>
 #include <dm.h>
 #include <clk.h>
 #include <spi.h>
index 70cb242cd31efc22947ad2569cfe731f0735c4c1..929bf90458c397cfcfefdbab8e8133bf3d2b3c44 100644 (file)
@@ -6,7 +6,6 @@
  * Author: Rick Chen (rick@andestech.com)
  */
 
-#include <common.h>
 #include <clk.h>
 #include <log.h>
 #include <malloc.h>
index 205567ef54dd57458de3a4bfa3b4c66791c99adf..faefac71260878393651fde315be1e9abad547e0 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com>
  */
 
-#include <common.h>
 #include <clock_legacy.h>
 #include <spi.h>
 #include <dm.h>
index bd73e4fddf18033b352a69d6c69ce549f4f92bad..3efb661803b6c333cc10664811573aaaa0fbda2e 100644 (file)
@@ -12,7 +12,6 @@
 #include <malloc.h>
 #include <asm/io.h>
 #include <clk.h>
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <fdtdec.h>
index d4f0c4c448367e070782cf16a81fd16d64945451..79f010013184f9d85ef5888332fe9af6750d19ba 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Copyright (C) 2007 Atmel Corporation
  */
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <fdtdec.h>
index 23ac5bb76c049d96a5f6e95e4cc2fc47ae0e180e..1aa43fd3a23854879bf12af72521251a4b581fba 100644 (file)
@@ -7,7 +7,6 @@
  *     Copyright (C) 2012-2013 Jonas Gorski <jogo@openwrt.org>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <log.h>
index 889ac1f966e3b96a4354e9f794c91b683a43c189..595b41c8ab8a52092788264d9b382f9cc18bc463 100644 (file)
@@ -7,7 +7,6 @@
  *     Copyright (C) 2010 Tanguy Bouzeloc <tanguy.bouzeloc@efixo.com>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <log.h>
index af45882db0a70f6d80cf42609141d2d6bdc1426c..eff9e1117d35a68fa8f494f393fcd5d9a233058b 100644 (file)
@@ -8,7 +8,6 @@
  *     Copyright (C) 2021 Broadcom Ltd
  */
 
-#include <common.h>
 #include <asm/io.h>
 #include <clk.h>
 #include <spi.h>
index 38bddd38619ec912830bd64c909c57f206a80a74..a99a8a4485ab737bfccafbc8284f9b23caf2fead 100644 (file)
@@ -7,7 +7,6 @@
  * Author: PengPeng Chen <pengpeng.chen@cortina-access.com>
  */
 
-#include <common.h>
 #include <malloc.h>
 #include <clk.h>
 #include <dm.h>
index c2be307f1d87675beaf7debae9b8b4f58546fe6d..222f828f54eca6535851079994027172bf6688bb 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include <clk.h>
-#include <common.h>
 #include <memalign.h>
 #include <wait_bit.h>
 #include <asm/io.h>
index f4593c47b8c557f892afc8ee6e39e6c4c11a86a4..75e522320101a34352e06ad9c18e49b23ca353c3 100644 (file)
@@ -4,7 +4,6 @@
  * Altera Corporation <www.altera.com>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <log.h>
 #include <dm.h>
index fb905322178244d5f4bdeba88ae09ba16ee1949c..93ab2b5635f3b14a9091e456f639923148091d62 100644 (file)
@@ -25,7 +25,6 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <common.h>
 #include <log.h>
 #include <asm/io.h>
 #include <dma.h>
index 1a841b5dcefca9e2f6ae5ef7e4ea73d09b5f5631..8234468b1d4364f1ffef81fef29adac5647865e7 100644 (file)
@@ -13,7 +13,6 @@
  * TODO: fsl_dspi.c should work as a driver for the DSPI module.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <asm/global_data.h>
index 25f5e9fdebd5525564e7262bdeb24285ca960c66..04c134be9edf5bc9294e7b36b8b9cea038537329 100644 (file)
@@ -8,7 +8,7 @@
  * Copyright (C) 2007 Atmel Corporation
  */
 
-#include <common.h>
+#include <config.h>
 #include <log.h>
 #include <spi.h>
 #include <malloc.h>
index 22a79da2333eb2161ef5ee69aaf40c5f800e38d7..6bd48b1b3739ba85e0b048dc6f0a23f61ad37c00 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #define LOG_CATEGORY UCLASS_SPI
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <dm/device_compat.h>
index 1bcc3ad318db2fc3fa7f54acb6dc560706b1d70d..1b9bf004b7c1eb4c2d4275fa15cbcc1395dc115c 100644 (file)
@@ -4,7 +4,6 @@
  * Padmavathi Venna <padma.v@samsung.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index 9b3d5a94817f42b813654c6bd46d48ac2ae04e3b..1d4d90ce5aaf1ddf1a0bd1152cf1385e3653b151 100644 (file)
@@ -11,7 +11,6 @@
 
 #include <asm/global_data.h>
 #include <linux/math64.h>
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index b1d964d79d0c5737e48b5683251eef1d85232528..2638ed2520014e2d2591932d823a9fb62b62df00 100644 (file)
@@ -8,7 +8,7 @@
  *        Chuanhua Han (chuanhua.han@nxp.com)
  */
 
-#include <common.h>
+#include <config.h>
 #include <log.h>
 #include <linux/bitops.h>
 #include <linux/delay.h>
index 3f97730bad0bbb8cfa2c7e7c73a3d57e058b85db..8a0a53cb372034b5ebb1ef39d094f135d6bb4fb3 100644 (file)
@@ -23,7 +23,6 @@
  * Transition to spi-mem in spi-fsl-qspi.c
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
 #include <log.h>
index 9142ffd238701b92cd029394ec3159c259c8b78d..e48ca65fe726ff2b6f90def2edd1295a0448c98c 100644 (file)
@@ -7,7 +7,6 @@
 
 #define LOG_CATEGORY   UCLASS_SPI
 
-#include <common.h>
 #include <bootstage.h>
 #include <div64.h>
 #include <dm.h>
index b5c274314b5b61749f0cda80f8689c13cedee2fd..09f30c227023c06ea2aa95c8a359a3cfc9989d57 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2020-2021 Broadcom
  */
 
-#include <common.h>
 #include <dm.h>
 #include <spi.h>
 #include <spi-mem.h>
index 2bb7390bbfb74075fc98c82f99f40aef1e51ae01..095cbea0fca9c6e12148d60067030c703728ac60 100644 (file)
@@ -7,7 +7,7 @@
  * Derived from drivers/spi/mpc8xxx_spi.c
  */
 
-#include <common.h>
+#include <config.h>
 #include <dm.h>
 #include <log.h>
 #include <malloc.h>
index d99a151406e607148cd40058e1e70f0e8d61f962..d7ebb6bf1ac7f1fee6f47d93db3893018ed2d25e 100644 (file)
@@ -7,7 +7,6 @@
  * Amlogic Meson SPI Flash Controller driver
  */
 
-#include <common.h>
 #include <log.h>
 #include <spi.h>
 #include <clk.h>
index 5fe0c8e1237e26f89a9712f951b43a875a0f2756..234b168827261547642112bad334cdcc565fe94a 100644 (file)
@@ -5,7 +5,6 @@
  * Naga Sureshkumar Relli <nagasuresh.relli@microchip.com>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <log.h>
index e1448cc6196956281f3e72305e90ee98bf5079b8..7e72fb9e23dc7d60e8d76709b375c5363e58d37f 100644 (file)
@@ -16,7 +16,6 @@
  *
  */
 
-#include <common.h>
 #include <dm.h>
 #include <malloc.h>
 #include <mpc8xx.h>
index 7d15390c56b327227ccc3d91bab27a98c0578961..cd624f4d6f0be7eecfe30f8dac78d6d992213285 100644 (file)
@@ -4,7 +4,6 @@
  * With help from the common/soft_spi and arch/powerpc/cpu/mpc8260 drivers
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <errno.h>
index 95bea0da1b357477fc7aff22562ba8332237d41b..ad4daeba3cd808ef39c3035aa762e819d55f6d47 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (c) 2018 Microsemi Corporation
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index 3d0080998625632f5586741337c9cc30b4418bf3..e46942de2e3b99d75ba7555ca3db3d2d845740e2 100644 (file)
@@ -8,7 +8,6 @@
  *   Copyright (C) 2014-2015 Felix Fietkau <nbd@nbd.name>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <log.h>
index 3decb3744de93ec9b38de7f0eda9724456410e7c..830424b31d6ae65744aed55103b3b847c12b8132 100644 (file)
@@ -5,7 +5,6 @@
  * Author: Weijie Gao <weijie.gao@mediatek.com>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <errno.h>
index 4b7d4a6e0741c2c4598c73e1f2463518c0886626..f202b2f49f587e765a02202ab8c56c6bf2051391 100644 (file)
@@ -7,7 +7,6 @@
 // Some parts are based on drivers/spi/spi-mtk-nor.c of linux version
 
 #include <clk.h>
-#include <common.h>
 #include <cpu_func.h>
 #include <dm.h>
 #include <dm/device.h>
index bba2383a11167f300a3200d0a567f0d6bf0ee3ab..fde9b142fb89957d22e2a90e1c09cf1e00c323f1 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2016 Stefan Roese <sr@denx.de>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <malloc.h>
index e291092c481ab71bf57cd5453b5d2bc61e2203e3..ff61a14f095d0a7f122e08dee34212a04d4e64c4 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (C) 2008, Guennadi Liakhovetski <lg@denx.de>
  */
 
-#include <common.h>
+#include <config.h>
 #include <clk.h>
 #include <dm.h>
 #include <log.h>
index 773e26bbed74ca3804986a3f960dd5fea2e57964..ad9e490faa9f0475542682615c2cdbcb2cbcde5d 100644 (file)
@@ -12,7 +12,6 @@
  *       GPIO driven chipselects are not supported.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dt-structs.h>
 #include <cpu_func.h>
index c9441304f5a2e3690637d28001621e8914e80b4a..7708a96971c2af3a0f8fb1babcf679bff4739a90 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2021 Nuvoton Technology.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <spi.h>
 #include <clk.h>
index 5db27f9ae2c991a8e3e521afee79b523effd0dea..fefdaaa9e90155deecc3c9388b1df770c8b9e9ee 100644 (file)
@@ -33,7 +33,6 @@
  *     Frieder Schrempf <frieder.schrempf@kontron.de>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <dm/device_compat.h>
index 5cce6baa6213d5323509fd35481a3b4633cd29a5..3d82fc74ff58fee46fc80ad6fb30cca99c34a24a 100644 (file)
@@ -16,9 +16,9 @@
  * Modified by Ruslan Araslanov <ruslan.araslanov@vitecmm.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <spi.h>
+#include <time.h>
 #include <malloc.h>
 #include <asm/global_data.h>
 #include <asm/io.h>
index 45f07f083da8f9576c7eb2f897507b7eb4d5d6fb..e11ae7fc7a4a4fb2fecb10c4d66a48b8b1a433f5 100644 (file)
@@ -6,7 +6,6 @@
  *      Purna Chandra Mandal <purna.mandal@microchip.com>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <log.h>
index e2b49ebd149a2579b2b5b35dde70e4d9910482e3..1e20701d0d35484e6565152d9eb76fb7e2f3303b 100644 (file)
@@ -10,7 +10,6 @@
  */
 
 #include <clk.h>
-#include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
 #include <fdtdec.h>
index 8aff22386458d85a7a88b074a84e7938a6fe6066..e6b602cf7b47b79e59be4ad762a12373940669bb 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include <common.h>
 #include <asm/global_data.h>
 #include <asm/io.h>
 #include <clk.h>
index c8694fdff954c90c86147f087ae1e4cd89af700b..4571dc9f9b697be404bbb23c8690bdb53c1ca58b 100644 (file)
@@ -10,7 +10,6 @@
  * Peter, Software Engineering, <superpeter.cai@gmail.com>.
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <dt-structs.h>
index f844597d04cf8287e6606c23cca60afedb8b4358..4cc016138b11e68d1dab64d23535282e4278e780 100644 (file)
@@ -10,7 +10,6 @@
 
 #define LOG_CATEGORY UCLASS_SPI
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <malloc.h>
index 72594993853bdd2048d99b3d17f88ab64d806c6e..b7364a61929f19930cf6e4fb7ef3f4e5ac209921 100644 (file)
@@ -8,7 +8,6 @@
 
 #define LOG_CATEGORY UCLASS_SPI
 
-#include <common.h>
 #include <console.h>
 #include <malloc.h>
 #include <spi.h>
index 0fa14339bdcd95180e491372042cce7316cfec62..9bdb4a5bff9bf9006c9e1b43c12714288dd6ba95 100644 (file)
@@ -9,7 +9,6 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <fdtdec.h>
index 7d5f101a76621c32a51ae779250671e5d9a62cbf..d91d58da45966d4dea826972b90d3c610a46bd14 100644 (file)
@@ -12,7 +12,6 @@
 
 #include <asm/io.h>
 #include <clk.h>
-#include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
 #include <linux/bitops.h>
index 64bc19c00112cf4f5cb2e6d6d66a982f90206edd..d92f36bd20e5f46681ea631ce4a935eede57ca16 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_SPI_EMUL
 
-#include <common.h>
 #include <dm.h>
 #include <spi.h>
 #include <spi_flash.h>
index b7eca5835956fb8af01fcc74b6a45cc353343781..3579b7d7db589076b11fa56db7505043ff77e7f3 100644 (file)
@@ -13,7 +13,6 @@
 #include <linux/pm_runtime.h>
 #include "internals.h"
 #else
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <malloc.h>
index f663b9dcbb161c44e97660d4eb87f211755efa7a..b98bcd9b6ba5551fe0432108c7d2c2a7b8fa5858 100644 (file)
@@ -6,7 +6,6 @@
  *     zhengxunli <zhengxunli@mxic.com.tw>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <errno.h>
index 572cef1694c8bc2828403cc8a16d6fdf0a8014c1..836c550b0bb64bb14ad1ab20c46a835ef0c09194 100644 (file)
@@ -15,7 +15,6 @@
 #include <asm/gpio.h>
 #include <asm/io.h>
 #include <clk.h>
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <linux/delay.h>
index ea372a05f8362ecaa2c106087d553ccbb0544754..0c8666c05f94f49ed95f1460e6fc7a9bb7a1b159 100644 (file)
@@ -6,7 +6,6 @@
  * SiFive SPI controller driver (master mode only)
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
 #include <malloc.h>
index e3633a52608084ecc22318e3abfc56f177a5e9c6..fc82791006ec8de6a63a689ecd7297f6586b9a35 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include <clk.h>
-#include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
 #include <linux/bitfield.h>
index 9ec6b359e227e1c78c7dd55e50de95d0f6f66a5a..13725ee7a2dca6c014700b6e003406848308dadd 100644 (file)
@@ -18,7 +18,6 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <log.h>
index 553f9687e3b3be4ea9f2d7b865e61763370e1323..eb522fd7b3d99d65a45cad5de6fdce7e70d0de15 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include <clk.h>
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <time.h>
index f4795e68672fedbdc1613409d025c6edddb79355..6e28172523913ec2808e45125d1fa802aa8226ee 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_SPI
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index 22910de0dd93581d3cddfd4f32e6d98acb96c812..50a076a98be6ef55fcdc6316762ec8508ca18945 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2011 The Chromium OS Authors.
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <malloc.h>
 #include <spi.h>
index 2ffa201a66edf3c87b07aaece1e45edf2c7525cd..2812a4da4113b92a081a46daff84b6f7a4b2e78c 100644 (file)
@@ -9,7 +9,6 @@
 
 #define LOG_CATEGORY UCLASS_SPI
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <log.h>
index ddb410a94c010360879fd74637e0cb10060e9aed..97b83b171670b34804a417e02bca5799a15856c5 100644 (file)
@@ -7,7 +7,6 @@
 
 #define LOG_CATEGORY UCLASS_SPI
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <errno.h>
index f0256d8e6641516f37384b5e9dcac04e1af38f41..57f1a8fc703fa0167526b0cffff80b909d778973 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (c) 2010-2013 NVIDIA Corporation
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <time.h>
index 10e38cf839dc0949612fe5555385f20f011bcf19..19114808e9df99d18dc4e6795415755579b8edbd 100644 (file)
@@ -5,7 +5,6 @@
  * With more help from omap3_spi SPI driver
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index d0e788539e0b92f4c56099d1dac29b68284d6eef..d54a5049205b76f3d4e021b61624247ccc10fde6 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (c) 2010-2013 NVIDIA Corporation
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <time.h>
index 5c8c1859cc963026a739de11d231fee32bd66d01..b969a7993d40551cac96c64a18e74db716c35e3c 100644 (file)
@@ -6,7 +6,6 @@
  *
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <time.h>
index 99acb108823edb222d1954790f11b15d6f19f27a..a16412ec6fb9f5b39dd6252b17648efea2774405 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2013, Texas Instruments, Incorporated
  */
 
-#include <common.h>
 #include <cpu_func.h>
 #include <log.h>
 #include <asm/cache.h>
index 6402acbf14a141029fe0883870cb97aa25352f93..8f2c0fb4b8eedae2bd1d1dcbda68c41f231ac74d 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include <clk.h>
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <time.h>
index 94ddf4967eaf28c094733b6ccc053bfe5fab8cad..0e7fa3a4525d1092812ea7ea82f0c98160757ff4 100644 (file)
@@ -13,7 +13,6 @@
  */
 
 #include <config.h>
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index cb52c0f30721a4054aabbaf3b08cc32db2b89bad..b71b9a6fd6c8ed73d182810034ab1057f40dff16 100644 (file)
@@ -7,7 +7,6 @@
  */
 
 #include <clk.h>
-#include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
 #include <log.h>
index b3e0858eb94506a78910694569a21ebf84b9d827..ebcb5b6cc883107dd1be45aa0977d1178998059f 100644 (file)
@@ -6,7 +6,6 @@
  * Xilinx Zynq PS SPI controller driver (master mode only)
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
 #include <log.h>
index a323994fb2d3bfd4d6b6a8dda67b23d0e35f4c0d..61349a4da53f708cec163186eaf839cde98a5aed 100644 (file)
@@ -7,7 +7,6 @@
 
 #define LOG_CATEGORY UCLASS_SPI
 
-#include <common.h>
 #include <cpu_func.h>
 #include <log.h>
 #include <asm/arch/sys_proto.h>