]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: Drop <common.h> from remaining header files
authorTom Rini <trini@konsulko.com>
Wed, 1 Nov 2023 16:28:23 +0000 (12:28 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:50:52 +0000 (14:50 -0500)
None of these header files need to include <common.h> so we can just
drop that entirely.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-davinci/include/mach/dm365_lowlevel.h
arch/arm/mach-ipq40xx/pinctrl-snapdragon.h
arch/arm/mach-keystone/include/mach/mux-k2g.h
arch/arm/mach-mvebu/include/mach/efuse.h
arch/arm/mach-tegra/xusb-padctl-common.h
arch/arm/mach-zynqmp/include/mach/psu_init_gpl.h

index eb1488e74425c2c8bbd575c39616ab221a8b97f6..0cd13d8aaa59b8edee7c626b9b77f9d0b3c6a606 100644 (file)
@@ -8,7 +8,6 @@
 #ifndef __DM365_LOWLEVEL_H
 #define __DM365_LOWLEVEL_H
 
-#include <common.h>
 #include <asm/arch/hardware.h>
 #include <asm/io.h>
 
index 2341a713495d3c669716130725141144a13996e2..b4823a309fced747f0cabb3d02ca96e41ae6f571 100644 (file)
@@ -8,8 +8,6 @@
 #ifndef _PINCTRL_SNAPDRAGON_H
 #define _PINCTRL_SNAPDRAGON_H
 
-#include <common.h>
-
 struct msm_pinctrl_data {
        int pin_count;
        int functions_count;
index 67d47f8172167ea30423c0bff401793bbb537d43..dfb5ad43506a86a7cfc96eef7479096a7ef2ebb0 100644 (file)
@@ -9,7 +9,6 @@
 #ifndef __ASM_ARCH_MUX_K2G_H
 #define __ASM_ARCH_MUX_K2G_H
 
-#include <common.h>
 #include <asm/io.h>
 
 #define K2G_PADCFG_REG (KS2_DEVICE_STATE_CTRL_BASE + 0x1000)
index b125c30beb8c469a4a016d3cd80248fb470a4312..fd8ebceb26cff8264f5472b6b5f400d793bce582 100644 (file)
@@ -6,8 +6,6 @@
 #ifndef _MVEBU_EFUSE_H
 #define _MVEBU_EFUSE_H
 
-#include <common.h>
-
 struct efuse_val {
        union {
                struct {
index e3fd613f2be190c5d6331882e7156a5f1d3ec702..a576e6f61658155c76d53f4a63233188334e0b1a 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef _TEGRA_XUSB_PADCTL_COMMON_H_
 #define _TEGRA_XUSB_PADCTL_COMMON_H_
 
-#include <common.h>
 #include <fdtdec.h>
 #include <dm/ofnode.h>
 
index 434a7fa20e43256d5645561e7918e5e084c2b10d..783d7c45c7bac18543ce2acf0a76c769aeeec485 100644 (file)
@@ -4,7 +4,6 @@
 #define _PSU_INIT_GPL_H_
 
 #include <asm/io.h>
-#include <common.h>
 
 int mask_pollonvalue(unsigned long add, u32 mask, u32 value);