mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
clk: rzg2l: Drop <common.h>
In line with changes elsewhere, drop inclusion of the common header. Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
This commit is contained in:
parent
6b49155c84
commit
32c048bd1d
2 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
* Copyright (C) 2015 Renesas Electronics Corp.
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <asm/io.h>
|
||||
#include <clk-uclass.h>
|
||||
#include <dm.h>
|
||||
|
|
Loading…
Reference in a new issue