[ARM] pxa: include <mach/hardware.h> in pxa-regs.h
for the reference of __REG() within <mach/hardware.h> Signed-off-by: Eric Miao <eric.miao@marvell.com>
This commit is contained in:
parent
bf8b38654b
commit
7e5abc465b
|
@ -13,6 +13,7 @@
|
||||||
#ifndef __PXA_REGS_H
|
#ifndef __PXA_REGS_H
|
||||||
#define __PXA_REGS_H
|
#define __PXA_REGS_H
|
||||||
|
|
||||||
|
#include <mach/hardware.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* PXA Chip selects
|
* PXA Chip selects
|
||||||
|
|
Loading…
Reference in New Issue