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

Remove <common.h> from all mach-rockchip and include/asm/arch-rockchip
files 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 07:35:36 -06:00
parent 4b2c15ab57
commit c501db7566
54 changed files with 7 additions and 52 deletions

View File

@@ -7,6 +7,8 @@
#ifndef _ASM_ARCH_BOOTROM_H
#define _ASM_ARCH_BOOTROM_H
#include <linux/types.h>
/*
* Saved Stack pointer address.
* Access might be needed in some special cases.

View File

@@ -6,6 +6,8 @@
#ifndef _ASM_ARCH_CLOCK_H
#define _ASM_ARCH_CLOCK_H
#include <linux/types.h>
struct udevice;
/* define pll mode */