Thread (12 messages) 12 messages, 5 authors, 2015-02-28
STALE4116d

[PATCH 1/7] soc: tegra: Add missing include linux/types.h

From: Ezequiel Garcia <hidden>
Date: 2015-02-25 11:47:59
Also in: lkml
Subsystem: the rest · Maintainer: Linus Torvalds

The soc/tegra/fuse.h header makes use of kernel-specific types (u32, u8) and
therefore it needs a linux/types.h include.

Cc: Thierry Reding <redacted>
Cc: Stephen Warren <redacted>
Cc: Alexandre Courbot <redacted>
Signed-off-by: Ezequiel Garcia <redacted>
---
 include/soc/tegra/fuse.h | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/include/soc/tegra/fuse.h b/include/soc/tegra/fuse.h
index b5f7b5f..8459008 100644
--- a/include/soc/tegra/fuse.h
+++ b/include/soc/tegra/fuse.h
@@ -28,6 +28,8 @@
 
 #ifndef __ASSEMBLY__
 
+#include <linux/types.h>
+
 u32 tegra_read_chipid(void);
 u8 tegra_get_chip_id(void);
 
-- 
2.3.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help