File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ obj-$(CONFIG_CLK_RCAR_CPG_LIB) += rcar-cpg-lib.o
37
37
obj-$(CONFIG_CLK_RCAR_GEN2_CPG) += rcar-gen2-cpg.o
38
38
obj-$(CONFIG_CLK_RCAR_GEN3_CPG) += rcar-gen3-cpg.o
39
39
obj-$(CONFIG_CLK_RCAR_USB2_CLOCK_SEL) += rcar-usb2-clock-sel.o
40
- obj-$(CONFIG_CLK_RZG2L) += renesas- rzg2l-cpg.o
40
+ obj-$(CONFIG_CLK_RZG2L) += rzg2l-cpg.o
41
41
42
42
# Generic
43
43
obj-$(CONFIG_CLK_RENESAS_CPG_MSSR) += renesas-cpg-mssr.o
Original file line number Diff line number Diff line change 12
12
13
13
#include <dt-bindings/clock/r9a07g044-cpg.h>
14
14
15
- #include "renesas- rzg2l-cpg.h"
15
+ #include "rzg2l-cpg.h"
16
16
17
17
enum clk_ids {
18
18
/* Core Clock Outputs exported to DT */
Original file line number Diff line number Diff line change 29
29
30
30
#include <dt-bindings/clock/renesas-cpg-mssr.h>
31
31
32
- #include "renesas- rzg2l-cpg.h"
32
+ #include "rzg2l-cpg.h"
33
33
34
34
#ifdef DEBUG
35
35
#define WARN_DEBUG (x ) WARN_ON(x)
File renamed without changes.
You can’t perform that action at this time.
0 commit comments