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

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

Acked-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2024-04-30 20:42:13 -06:00
parent d0a957673c
commit 5a93c60cd4
3 changed files with 1 additions and 3 deletions

View File

@ -10,7 +10,6 @@
* Texas Instruments Incorporated - https://www.ti.com/
*/
#include <common.h>
#include <dm.h>
#include <init.h>
#include <net.h>

View File

@ -8,7 +8,6 @@
* and updates by Jagan Teki <jagan@amarulasolutions.com>
*/
#include <common.h>
#include <env.h>
#include <init.h>
#include <miiphy.h>

View File

@ -10,7 +10,7 @@
* Richard Woodruff <r-woodruff2@ti.com>
* Syed Mohammed Khasim <khasim@ti.com>
*/
#include <common.h>
#include <config.h>
#include <dm.h>
#include <init.h>
#include <net.h>