board: microchip: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2024-04-30 20:42:17 -06:00
parent 44e09d96b2
commit 272972082a
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@
* Padmarao Begari <padmarao.begari@microchip.com>
*/
#include <common.h>
#include <dm.h>
#include <env.h>
#include <init.h>

View File

@ -7,7 +7,6 @@
*
*/
#include <common.h>
#include <dm.h>
#include <clk.h>
#include <init.h>