diff options
| author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:30:36 -0600 | 
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:41 -0600 | 
| commit | 92bb2cd42aee1d1bd3d7ff236e5874f3450d1a35 (patch) | |
| tree | 1f970dd50a11240e242a4b8dce031dbfc1a5766e /drivers/clk/microchip/mpfs_clk.c | |
| parent | 9f97807afa5dcfd6520aca2ee16270e3c3f21429 (diff) | |
clk: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/clk/microchip/mpfs_clk.c')
| -rw-r--r-- | drivers/clk/microchip/mpfs_clk.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/drivers/clk/microchip/mpfs_clk.c b/drivers/clk/microchip/mpfs_clk.c index 08f8bfcecbe..0a82777ff74 100644 --- a/drivers/clk/microchip/mpfs_clk.c +++ b/drivers/clk/microchip/mpfs_clk.c @@ -3,7 +3,6 @@   * Copyright (C) 2020 Microchip Technology Inc.   * Padmarao Begari <padmarao.begari@microchip.com>   */ -#include <common.h>  #include <clk.h>  #include <clk-uclass.h>  #include <dm.h> | 
