arm: meson: Remove <common.h> and add needed includes

Remove <common.h> from all mach-meson files and when needed add missing
include files directly.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2024-04-30 07:35:45 -06:00
parent 0e34e80fbf
commit f3d0f17ea6
7 changed files with 1 additions and 7 deletions

View file

@ -3,12 +3,12 @@
* (C) Copyright 2023 SberDevices, Inc.
*/
#include <common.h>
#include <asm/arch/a1.h>
#include <asm/arch/boot.h>
#include <asm/armv8/mmu.h>
#include <asm/io.h>
#include <linux/compiler.h>
#include <linux/errno.h>
#include <linux/sizes.h>
phys_size_t get_effective_memsize(void)

View file

@ -4,7 +4,6 @@
* (C) Copyright 2018 Neil Armstrong <narmstrong@baylibre.com>
*/
#include <common.h>
#include <init.h>
#include <net.h>
#include <asm/arch/boot.h>

View file

@ -3,7 +3,6 @@
* (C) Copyright 2016 Beniamino Galvani <b.galvani@gmail.com>
*/
#include <common.h>
#include <cpu_func.h>
#include <fastboot.h>
#include <init.h>

View file

@ -4,7 +4,6 @@
* (C) Copyright 2018 Neil Armstrong <narmstrong@baylibre.com>
*/
#include <common.h>
#include <init.h>
#include <log.h>
#include <net.h>

View file

@ -4,7 +4,6 @@
* (C) Copyright 2018 Neil Armstrong <narmstrong@baylibre.com>
*/
#include <common.h>
#include <init.h>
#include <net.h>
#include <asm/arch/boot.h>

View file

@ -4,7 +4,6 @@
* (C) Copyright 2019 Neil Armstrong <narmstrong@baylibre.com>
*/
#include <common.h>
#include <init.h>
#include <asm/global_data.h>
#include <asm/io.h>

View file

@ -5,7 +5,6 @@
* Secure monitor calls.
*/
#include <common.h>
#include <dm.h>
#include <log.h>
#include <regmap.h>