diff options
| author | Tom Rini <[email protected]> | 2024-05-01 19:30:21 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:41 -0600 |
| commit | 2f66ddfa0b4125b87c94e8bd15c7d370b75d6d64 (patch) | |
| tree | ca78006a20493bdd47749083216b52075b7613c4 | |
| parent | bda0d20a939dbe1614da39c8500c23d21b06de98 (diff) | |
arm: nexell: Add missing <linux/types.h>
This file has many "Linux" style types in it, add <linux/types.h>
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | arch/arm/mach-nexell/include/mach/mipi_display.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-nexell/include/mach/mipi_display.h b/arch/arm/mach-nexell/include/mach/mipi_display.h index f3fdec64647..9183ffdd9c3 100644 --- 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, |
