mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
arm: nexell: Remove <common.h> and add needed includes
Remove <common.h> from all mach-nexell files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
* Hyunseok, Jung <hsjung@nexell.co.kr>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <vsprintf.h>
|
||||
#include <linux/err.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/arch/nexell.h>
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
#ifndef __NEXELL_RESET__
|
||||
#define __NEXELL_RESET__
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
#define NUMBER_OF_RESET_MODULE_PIN 69
|
||||
|
||||
enum rstcon {
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
*FIXME : Not support device tree & reset control driver.
|
||||
* will remove after support device tree & reset control driver.
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/arch/nexell.h>
|
||||
#include <asm/arch/reset.h>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* Youngbok, Park <park@nexell.co.kr>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <asm/arch/nexell.h>
|
||||
#include <asm/arch/clk.h>
|
||||
#include <asm/arch/reset.h>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* Hyunseok, Jung <hsjung@nexell.co.kr>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <log.h>
|
||||
|
||||
#include <asm/io.h>
|
||||
|
||||
Reference in New Issue
Block a user