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-05-07 08:00:37 -06:00
parent 15d701148b
commit 024b3c82cd
4 changed files with 1 additions and 4 deletions
-1
View File
@@ -4,7 +4,6 @@
* Copyright 2021 Purism
*/
#include <common.h>
#include <malloc.h>
#include <errno.h>
#include <asm/io.h>
-1
View File
@@ -4,7 +4,6 @@
*/
#include <linux/kernel.h>
#include <common.h>
#include <asm/arch/ddr.h>
#include <asm/arch/lpddr4_define.h>
-1
View File
@@ -4,7 +4,6 @@
*/
#include <linux/kernel.h>
#include <common.h>
#include <asm/arch/ddr.h>
#include <asm/arch/lpddr4_define.h>
+1 -1
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>