]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
clk: rzg2l: Drop <common.h>
authorPaul Barker <paul.barker.ct@bp.renesas.com>
Wed, 1 Nov 2023 20:05:58 +0000 (20:05 +0000)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 2 Nov 2023 10:30:18 +0000 (11:30 +0100)
In line with changes elsewhere, drop inclusion of the common header.

Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
drivers/clk/renesas/r9a07g044-cpg.c
drivers/clk/renesas/rzg2l-cpg.c

index 2336028a736717577c0a3f67fbc14af3a643beaa..c8baad1a6c8de4a7a642e78f621b6d7cab0fec77 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2021-2023 Renesas Electronics Corp.
  */
 
-#include <common.h>
 #include <dm/device.h>
 #include <dt-bindings/clock/r9a07g044-cpg.h>
 #include <linux/clk-provider.h>
index 3295ebb90ba2641b5d6ca04ae9b020954687e1b9..e54508c35ce29e405fe318328ff8fa5790b10fc1 100644 (file)
@@ -11,7 +11,6 @@
  * Copyright (C) 2015 Renesas Electronics Corp.
  */
 
-#include <common.h>
 #include <asm/io.h>
 #include <clk-uclass.h>
 #include <dm.h>