mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
arm: Drop <common.h> from remaining header files
None of these header files need to include <common.h> so we can just drop that entirely. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
4935b15980
commit
e8acfd2bb2
6 changed files with 0 additions and 8 deletions
|
@ -8,7 +8,6 @@
|
|||
#ifndef __DM365_LOWLEVEL_H
|
||||
#define __DM365_LOWLEVEL_H
|
||||
|
||||
#include <common.h>
|
||||
#include <asm/arch/hardware.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
#ifndef _PINCTRL_SNAPDRAGON_H
|
||||
#define _PINCTRL_SNAPDRAGON_H
|
||||
|
||||
#include <common.h>
|
||||
|
||||
struct msm_pinctrl_data {
|
||||
int pin_count;
|
||||
int functions_count;
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#ifndef __ASM_ARCH_MUX_K2G_H
|
||||
#define __ASM_ARCH_MUX_K2G_H
|
||||
|
||||
#include <common.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
#define K2G_PADCFG_REG (KS2_DEVICE_STATE_CTRL_BASE + 0x1000)
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
#ifndef _MVEBU_EFUSE_H
|
||||
#define _MVEBU_EFUSE_H
|
||||
|
||||
#include <common.h>
|
||||
|
||||
struct efuse_val {
|
||||
union {
|
||||
struct {
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef _TEGRA_XUSB_PADCTL_COMMON_H_
|
||||
#define _TEGRA_XUSB_PADCTL_COMMON_H_
|
||||
|
||||
#include <common.h>
|
||||
#include <fdtdec.h>
|
||||
#include <dm/ofnode.h>
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#define _PSU_INIT_GPL_H_
|
||||
|
||||
#include <asm/io.h>
|
||||
#include <common.h>
|
||||
|
||||
int mask_pollonvalue(unsigned long add, u32 mask, u32 value);
|
||||
|
||||
|
|
Loading…
Reference in a new issue