]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: Marvell: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:40:57 +0000 (20:40 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 May 2024 21:07:48 +0000 (15:07 -0600)
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Reviewed-by: Tony Dinh <mibodhi@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
14 files changed:
arch/arm/mach-kirkwood/include/mach/mpp.h
board/Marvell/db-88f6720/db-88f6720.c
board/Marvell/db-88f6820-amc/db-88f6820-amc.c
board/Marvell/db-88f6820-gp/db-88f6820-gp.c
board/Marvell/db-mv784mp-gp/db-mv784mp-gp.c
board/Marvell/db-xc3-24g4xg/db-xc3-24g4xg.c
board/Marvell/dreamplug/dreamplug.c
board/Marvell/guruplug/guruplug.c
board/Marvell/mvebu_alleycat-5/board.c
board/Marvell/mvebu_armada-37xx/board.c
board/Marvell/mvebu_armada-8k/board.c
board/Marvell/octeontx2/soc-utils.c
board/Marvell/openrd/openrd.c
board/Marvell/sheevaplug/sheevaplug.c

index 4d1f58c0cbdf2626ad63f4682080bf26d1be76a6..e2757942590b404312c872047ef8f99dc412099a 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef __KIRKWOOD_MPP_H
 #define __KIRKWOOD_MPP_H
 
+#include <linux/types.h>
+
 #define MPP(_num, _sel, _in, _out, _F6180, _F6190, _F6192, _F6281) ( \
        /* MPP number */                ((_num) & 0xff) | \
        /* MPP select value */          (((_sel) & 0xf) << 8) | \
index 26c30647fbb04e3e4b1c8656e2b644c6be63000a..920421366f11db546a92c16a078fc72f6b0f5d70 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2016 Stefan Roese <sr@denx.de>
  */
 
-#include <common.h>
 #include <init.h>
 #include <miiphy.h>
 #include <net.h>
index 122c63d11f997164407e2c06a640ad2d71c83979..0f92cc385bc8bf13b8de2f74fbc430491c8bfe71 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (C) 2015 Stefan Roese <sr@denx.de>
  */
 
-#include <common.h>
+#include <config.h>
 #include <i2c.h>
 #include <init.h>
 #include <miiphy.h>
index 1edc1cb6515c6be692a413217ad316c97d18d6f7..8f8b2720107ac979461eaf7b4f03567a4a2c3404 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (C) 2015 Stefan Roese <sr@denx.de>
  */
 
-#include <common.h>
+#include <config.h>
 #include <i2c.h>
 #include <init.h>
 #include <miiphy.h>
index 9e1fdecfca4d973dc86543026df2ed4457ef7483..6bca1f91a0a48e4949e3c2da58e7ff7aebd05a8b 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2014 Stefan Roese <sr@denx.de>
  */
 
-#include <common.h>
 #include <init.h>
 #include <miiphy.h>
 #include <net.h>
index 0abdca1cd2106bcdcf5b89c3008d204f8bd051a4..a7a84798a53bc51f63b778924ec44c2367742d7f 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2015 Stefan Roese <sr@denx.de>
  */
 
-#include <common.h>
 #include <i2c.h>
 #include <init.h>
 #include <asm/global_data.h>
index d15faa1cb7ff813b09713ba4ccb056d983bc7d5a..3812750613181616d0e08ac86e199be68ea0b2e0 100644 (file)
@@ -8,7 +8,6 @@
  * Written-by: Siddarth Gore <gores@marvell.com>
  */
 
-#include <common.h>
 #include <init.h>
 #include <netdev.h>
 #include <asm/arch/cpu.h>
index ea87ded222e60b280b1cb3a3cf744ee1f825057f..7c3cea22b936b5818744d109b15697cc80578c96 100644 (file)
@@ -5,7 +5,6 @@
  * Written-by: Siddarth Gore <gores@marvell.com>
  */
 
-#include <common.h>
 #include <init.h>
 #include <miiphy.h>
 #include <net.h>
index 0c4f8e03b8596e301cd64a6db4d2dc86c54ec92f..c1b7cc3b613c4ad0a68ee2b2c88c6ce4fa979efa 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 
-#include <common.h>
+#include <config.h>
 #include <asm/global_data.h>
 
 DECLARE_GLOBAL_DATA_PTR;
index 1685b12b847858a3d1310193207242a2a423b7ee..df3fb6d21645ee460970f7ad7b798afccf8952bc 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (C) 2016 Stefan Roese <sr@denx.de>
  */
 
-#include <common.h>
+#include <config.h>
 #include <dm.h>
 #include <dm/device-internal.h>
 #include <env.h>
index a8899af6e5af04331650d42db54f15f7ffc4a313..6d7042117424154cd41c8e7f287fe10f5e513c86 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (C) 2016 Stefan Roese <sr@denx.de>
  */
 
-#include <common.h>
+#include <config.h>
 #include <dm.h>
 #include <i2c.h>
 #include <init.h>
index 43a19a90717ca70278596a7b35b58212b61bba04..64eb95f3b400d81002ab5585ef6fa5096f7fe50a 100644 (file)
@@ -5,7 +5,6 @@
  * https://spdx.org/licenses
  */
 
-#include <common.h>
 #include <dm.h>
 #include <malloc.h>
 #include <errno.h>
index 581e2e084d6f78071eb0b78f5709b09487c47795..dda56a582b3e0aac47a3a4d12b6f7d29934e1f1b 100644 (file)
@@ -10,7 +10,6 @@
  * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
  */
 
-#include <common.h>
 #include <init.h>
 #include <miiphy.h>
 #include <net.h>
index 26ee39ef77f9fbd10f0ef3333d2a83ce6e3ac1c3..23e761d5febf28c1dfb2d77a12794fa0c6762956 100644 (file)
@@ -6,7 +6,6 @@
  * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
  */
 
-#include <common.h>
 #include <init.h>
 #include <netdev.h>
 #include <asm/global_data.h>