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:
@@ -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.
|
||||
|
@@ -6,6 +6,8 @@
|
||||
#ifndef _ASM_ARCH_CLOCK_H
|
||||
#define _ASM_ARCH_CLOCK_H
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
struct udevice;
|
||||
|
||||
/* define pll mode */
|
||||
|
Reference in New Issue
Block a user