Hi Johan, Am Freitag, 3. April 2020, 17:43:28 CEST schrieb Johan Jonker: > The 'irq.h' file is already included through 'arm-gic.h', > so remove them from all Rockchip dtsi files. > > Signed-off-by: Johan Jonker <jbx6244@xxxxxxxxx> > --- > arch/arm/boot/dts/rk3036.dtsi | 3 +-- > arch/arm/boot/dts/rk322x.dtsi | 3 +-- > arch/arm/boot/dts/rk3288.dtsi | 5 ++--- > arch/arm/boot/dts/rk3xxx.dtsi | 1 - > arch/arm/boot/dts/rv1108.dtsi | 4 ++-- > 5 files changed, 6 insertions(+), 10 deletions(-) > > diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi > index 781ac7583..55f3838b2 100644 > --- a/arch/arm/boot/dts/rk3036.dtsi > +++ b/arch/arm/boot/dts/rk3036.dtsi > @@ -1,10 +1,9 @@ > // SPDX-License-Identifier: (GPL-2.0+ OR MIT) > > +#include <dt-bindings/clock/rk3036-cru.h> > #include <dt-bindings/gpio/gpio.h> > -#include <dt-bindings/interrupt-controller/irq.h> > #include <dt-bindings/interrupt-controller/arm-gic.h> > #include <dt-bindings/pinctrl/rockchip.h> > -#include <dt-bindings/clock/rk3036-cru.h> > #include <dt-bindings/soc/rockchip,boot-mode.h> that movement of the *-cru.h files are unrelated changes, as they're not described in the commit message. If you really want to move these this should be a separate commit. Heiko