Skip to content
Snippets Groups Projects
Commit 57c2a255 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Hans de Goede
Browse files

sunxi: Add missing linux/types.h header for cpucfg_sun6i.h


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: default avatarChen-Yu Tsai <wens@csie.org>
Acked-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent d7d4e5cc
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@
#ifndef _SUNXI_CPUCFG_H
#define _SUNXI_CPUCFG_H
#include <linux/types.h>
#ifndef __ASSEMBLY__
struct sunxi_cpucfg_reg {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment