projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bda0d20
)
arm: nexell: Add missing <linux/types.h>
author
Tom Rini
<trini@konsulko.com>
Thu, 2 May 2024 01:30:21 +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-nexell/include/mach/mipi_display.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-nexell/include/mach/mipi_display.h
b/arch/arm/mach-nexell/include/mach/mipi_display.h
index f3fdec64647c46582d8f2e9c4f30fecc6568ac1a..9183ffdd9c3d0e6d01447bb66fd560c035496e68 100644
(file)
--- a/
arch/arm/mach-nexell/include/mach/mipi_display.h
+++ b/
arch/arm/mach-nexell/include/mach/mipi_display.h
@@
-11,6
+11,8
@@
#ifndef MIPI_DISPLAY_H
#define MIPI_DISPLAY_H
+#include <linux/types.h>
+
/* MIPI DSI Processor-to-Peripheral transaction types */
enum {
MIPI_DSI_V_SYNC_START = 0x01,