projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7d4e5c
)
sunxi: Add missing linux/types.h header for cpucfg_sun6i.h
author
Chen-Yu Tsai
<wens@csie.org>
Tue, 7 Jun 2016 02:54:30 +0000
(10:54 +0800)
committer
Hans de Goede
<hdegoede@redhat.com>
Mon, 20 Jun 2016 20:44:00 +0000
(22:44 +0200)
cpucfg_sun6i.h includes a register definition for the CPUCFG register
block. The types used are u32 and u8, which are defined in linux/types.h.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
arch/arm/include/asm/arch-sunxi/cpucfg_sun6i.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-sunxi/cpucfg_sun6i.h
b/arch/arm/include/asm/arch-sunxi/cpucfg_sun6i.h
index e2a29cb1818e2fc0c160e349022e46221154e750..6885a972ce0bebb126809f4dda39a7d04921e71b 100644
(file)
--- a/
arch/arm/include/asm/arch-sunxi/cpucfg_sun6i.h
+++ b/
arch/arm/include/asm/arch-sunxi/cpucfg_sun6i.h
@@
-9,6
+9,8
@@
#ifndef _SUNXI_CPUCFG_H
#define _SUNXI_CPUCFG_H
+#include <linux/types.h>
+
#ifndef __ASSEMBLY__
struct sunxi_cpucfg_reg {