mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-22 05:44:31 +08:00
soc: renesas: renesas-soc: Remove blank lines
Remove blank lines. Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20230912045157.177966-6-claudiu.beznea.uj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
0b9729cdb8
commit
3655167afe
@ -12,7 +12,6 @@
|
||||
#include <linux/string.h>
|
||||
#include <linux/sys_soc.h>
|
||||
|
||||
|
||||
struct renesas_family {
|
||||
const char name[16];
|
||||
u32 reg; /* CCCR or PRR, if not in DT */
|
||||
@ -89,7 +88,6 @@ static const struct renesas_family fam_shmobile __initconst __maybe_unused = {
|
||||
.reg = 0xe600101c, /* CCCR (Common Chip Code Register) */
|
||||
};
|
||||
|
||||
|
||||
struct renesas_soc {
|
||||
const struct renesas_family *family;
|
||||
u32 id;
|
||||
|
Loading…
Reference in New Issue
Block a user