board: purism: 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:33 -06:00
parent 15d701148b
commit 024b3c82cd
4 changed files with 1 additions and 4 deletions

View File

@@ -4,7 +4,6 @@
* Copyright 2021 Purism
*/
#include <common.h>
#include <malloc.h>
#include <errno.h>
#include <asm/io.h>

View File

@@ -4,7 +4,6 @@
*/
#include <linux/kernel.h>
#include <common.h>
#include <asm/arch/ddr.h>
#include <asm/arch/lpddr4_define.h>

View File

@@ -4,7 +4,6 @@
*/
#include <linux/kernel.h>
#include <common.h>
#include <asm/arch/ddr.h>
#include <asm/arch/lpddr4_define.h>

View File

@@ -4,7 +4,7 @@
* Copyright 2021 Purism
*/
#include <common.h>
#include <config.h>
#include <asm/io.h>
#include <errno.h>
#include <asm/io.h>