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:
Tom Rini
2024-04-30 07:35:43 -06:00
parent d9daff1c38
commit df8caa54a5
5 changed files with 3 additions and 4 deletions

View File

@@ -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>

View File

@@ -7,6 +7,8 @@
#ifndef __NEXELL_RESET__
#define __NEXELL_RESET__
#include <linux/types.h>
#define NUMBER_OF_RESET_MODULE_PIN 69
enum rstcon {

View File

@@ -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>

View File

@@ -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>

View File

@@ -4,7 +4,6 @@
* Hyunseok, Jung <hsjung@nexell.co.kr>
*/
#include <common.h>
#include <log.h>
#include <asm/io.h>