Skip to content

Commit e19aa78

Browse files
esmilConchuOD
authored andcommitted
clk: starfive: Rename clk-starfive-jh7100.h to clk-starfive-jh71x0.h
Rename clk-starfive-jh7100.h to clk-starfive-jh71x0.h for making the code to be common. Tested-by: Tommaso Merciai <tomm.merciai@gmail.com> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com> Signed-off-by: Emil Renner Berthing <kernel@esmil.dk> Signed-off-by: Hal Feng <hal.feng@starfivetech.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 00f1cb1 commit e19aa78

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/clk/starfive/clk-starfive-jh7100-audio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

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

19-
#include "clk-starfive-jh7100.h"
19+
#include "clk-starfive-jh71x0.h"
2020

2121
/* external clocks */
2222
#define JH7100_AUDCLK_AUDIO_SRC (JH7100_AUDCLK_END + 0)

drivers/clk/starfive/clk-starfive-jh7100.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

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

18-
#include "clk-starfive-jh7100.h"
18+
#include "clk-starfive-jh71x0.h"
1919

2020
/* external clocks */
2121
#define JH7100_CLK_OSC_SYS (JH7100_CLK_END + 0)

drivers/clk/starfive/clk-starfive-jh71x0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <linux/device.h>
1111
#include <linux/io.h>
1212

13-
#include "clk-starfive-jh7100.h"
13+
#include "clk-starfive-jh71x0.h"
1414

1515
static struct jh7100_clk *jh7100_clk_from(struct clk_hw *hw)
1616
{
File renamed without changes.

0 commit comments

Comments
 (0)