Skip to content

Commit

Permalink
clk: starfive: Rename clk-starfive-jh7100.h to clk-starfive-jh71x0.h
Browse files Browse the repository at this point in the history
Rename clk-starfive-jh7100.h to clk-starfive-jh71x0.h for making
the code to be common.

Tested-by: Tommaso Merciai <[email protected]>
Reviewed-by: Conor Dooley <[email protected]>
Reviewed-by: Emil Renner Berthing <[email protected]>
Signed-off-by: Emil Renner Berthing <[email protected]>
Signed-off-by: Hal Feng <[email protected]>
Signed-off-by: Conor Dooley <[email protected]>
  • Loading branch information
esmil authored and ConchuOD committed Apr 5, 2023
1 parent 00f1cb1 commit e19aa78
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/clk/starfive/clk-starfive-jh7100-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include <dt-bindings/clock/starfive-jh7100-audio.h>

#include "clk-starfive-jh7100.h"
#include "clk-starfive-jh71x0.h"

/* external clocks */
#define JH7100_AUDCLK_AUDIO_SRC (JH7100_AUDCLK_END + 0)
Expand Down
2 changes: 1 addition & 1 deletion drivers/clk/starfive/clk-starfive-jh7100.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include <dt-bindings/clock/starfive-jh7100.h>

#include "clk-starfive-jh7100.h"
#include "clk-starfive-jh71x0.h"

/* external clocks */
#define JH7100_CLK_OSC_SYS (JH7100_CLK_END + 0)
Expand Down
2 changes: 1 addition & 1 deletion drivers/clk/starfive/clk-starfive-jh71x0.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <linux/device.h>
#include <linux/io.h>

#include "clk-starfive-jh7100.h"
#include "clk-starfive-jh71x0.h"

static struct jh7100_clk *jh7100_clk_from(struct clk_hw *hw)
{
Expand Down
File renamed without changes.

0 comments on commit e19aa78

Please sign in to comment.