arm: tegra: Remove <common.h> and add needed includes
Remove <common.h> from all mach-tegra and include/asm/arch-tegra files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
* NVIDIA Corporation <www.nvidia.com>
|
||||
*/
|
||||
#include <asm/types.h>
|
||||
#include <asm/arch-tegra/tegra.h>
|
||||
|
||||
/* Stabilization delays, in usec */
|
||||
#define PLL_STABILIZATION_DELAY (300)
|
||||
|
@@ -6,6 +6,8 @@
|
||||
#ifndef _TEGRA_CBOOT_H_
|
||||
#define _TEGRA_CBOOT_H_
|
||||
|
||||
#include <linux/errno.h>
|
||||
#include <linux/types.h>
|
||||
#include <net.h>
|
||||
|
||||
#ifdef CONFIG_ARM64
|
||||
|
Reference in New Issue
Block a user