]> Git Repo - J-u-boot.git/commitdiff
arm: nexell: Add missing <linux/types.h>
authorTom Rini <[email protected]>
Thu, 2 May 2024 01:30:21 +0000 (19:30 -0600)
committerTom Rini <[email protected]>
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 <[email protected]>
arch/arm/mach-nexell/include/mach/mipi_display.h

index f3fdec64647c46582d8f2e9c4f30fecc6568ac1a..9183ffdd9c3d0e6d01447bb66fd560c035496e68 100644 (file)
@@ -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,
This page took 0.032805 seconds and 4 git commands to generate.