git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f66ddf
)
arm: socfpga: Add missing <linux/types.h>
author
Tom Rini
<trini@konsulko.com>
Thu, 2 May 2024 01:30:22 +0000
(19:30 -0600)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 May 2024 14:00:41 +0000
(08:00 -0600)
This file has many "Linux" style types in it, add <linux/types.h>
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-socfpga/include/mach/secure_reg_helper.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-socfpga/include/mach/secure_reg_helper.h
b/arch/arm/mach-socfpga/include/mach/secure_reg_helper.h
index
d5a1112
..
01335dc
100644
(file)
--- a/
arch/arm/mach-socfpga/include/mach/secure_reg_helper.h
+++ b/
arch/arm/mach-socfpga/include/mach/secure_reg_helper.h
@@
-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