arm: socfpga: Add missing <linux/types.h>
This file has many "Linux" style types in it, add <linux/types.h> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#ifndef _SECURE_REG_HELPER_H_
|
||||
#define _SECURE_REG_HELPER_H_
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
#define SOCFPGA_SECURE_REG_SYSMGR_SOC64_SDMMC 1
|
||||
#define SOCFPGA_SECURE_REG_SYSMGR_SOC64_EMAC0 2
|
||||
#define SOCFPGA_SECURE_REG_SYSMGR_SOC64_EMAC1 3
|
||||
|
Reference in New Issue
Block a user