diff options
author | Rob Herring <robh@kernel.org> | 2023-04-20 17:04:19 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-04-21 09:32:25 -0500 |
commit | c50eb01940c75b848e0257cea3b521a6d4150c5d (patch) | |
tree | 02fc40a320061f8fd151261b98d0f97ae80ecb3f /arch/arm | |
parent | 66ae0535167660e427f9fcadeee5d05646e2bb22 (diff) | |
parent | 1c5e9170ad93d3bd62a7ed8380e60b62c88b90a8 (diff) | |
download | linux-next-c50eb01940c75b848e0257cea3b521a6d4150c5d.tar.gz |
Merge branch 'dt/address-cleanups' into dt/next
Merge treewide clean-ups with first part of detangling DT includes and
address parsing improvements.
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/kernel/cpuidle.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-sunxi/mc_smp.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/kernel/cpuidle.c b/arch/arm/kernel/cpuidle.c index 437ff39f7808..fba1f8bb03b5 100644 --- a/arch/arm/kernel/cpuidle.c +++ b/arch/arm/kernel/cpuidle.c @@ -5,7 +5,6 @@ #include <linux/cpuidle.h> #include <linux/of.h> -#include <linux/of_device.h> #include <asm/cpuidle.h> extern struct of_cpuidle_method __cpuidle_method_of_table[]; diff --git a/arch/arm/mach-sunxi/mc_smp.c b/arch/arm/mach-sunxi/mc_smp.c index 26cbce135338..cb63921232a6 100644 --- a/arch/arm/mach-sunxi/mc_smp.c +++ b/arch/arm/mach-sunxi/mc_smp.c @@ -19,7 +19,6 @@ #include <linux/irqchip/arm-gic.h> #include <linux/of.h> #include <linux/of_address.h> -#include <linux/of_device.h> #include <linux/smp.h> #include <asm/cacheflush.h> |