ARM: uniphier: remove unneeded header inclusion from board_late_init.c
<nand.h> is unneeded since commit9248a78f40("ARM: UniPhier: remove Denali NAND controller fixup code"). <linux/io.h> is uneeded since commit1320fa2e55("ARM: uniphier: remove workaround for the NAND write protect"). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
@@ -9,9 +9,7 @@
|
||||
#include <init.h>
|
||||
#include <spl.h>
|
||||
#include <linux/libfdt.h>
|
||||
#include <nand.h>
|
||||
#include <stdio.h>
|
||||
#include <linux/io.h>
|
||||
#include <linux/printk.h>
|
||||
|
||||
#include "init.h"
|
||||
@@ -53,6 +51,7 @@ fail:
|
||||
|
||||
static void uniphier_set_env_addr(const char *env, const char *offset_env)
|
||||
{
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
unsigned long offset = 0;
|
||||
const char *str;
|
||||
char *end;
|
||||
|
||||
Reference in New Issue
Block a user