mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
ath79: move ath79-clk.h include to ath79.dtsi
ath79.dtsi uses ATH79_CLK_MDIO, so the include <dt-bindings/clock/ath79-clk.h> needs to be moved there. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
bdd9dd8ab2
commit
3ca2d31c54
@ -1,5 +1,5 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
#include <dt-bindings/clock/ath79-clk.h>
|
||||
|
||||
#include "ath79.dtsi"
|
||||
|
||||
/ {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
#include <dt-bindings/clock/ath79-clk.h>
|
||||
|
||||
#include "ath79.dtsi"
|
||||
|
||||
/ {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
#include <dt-bindings/clock/ath79-clk.h>
|
||||
|
||||
#include "ath79.dtsi"
|
||||
|
||||
/ {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
#include <dt-bindings/clock/ath79-clk.h>
|
||||
|
||||
#include "ath79.dtsi"
|
||||
|
||||
/ {
|
||||
|
@ -1,7 +1,5 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
#include <dt-bindings/clock/ath79-clk.h>
|
||||
|
||||
#include "ath79.dtsi"
|
||||
|
||||
/ {
|
||||
|
@ -1,4 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
#include <dt-bindings/clock/ath79-clk.h>
|
||||
|
||||
/ {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
#include <dt-bindings/clock/ath79-clk.h>
|
||||
|
||||
#include "ath79.dtsi"
|
||||
|
||||
/ {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
#include <dt-bindings/clock/ath79-clk.h>
|
||||
|
||||
#include "ath79.dtsi"
|
||||
|
||||
/ {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
#include <dt-bindings/clock/ath79-clk.h>
|
||||
|
||||
#include "ath79.dtsi"
|
||||
|
||||
/ {
|
||||
|
Loading…
Reference in New Issue
Block a user