diff mbox series

[04/81] arm: nexell: Add missing <linux/types.h>

Message ID 20240502013138.2383421-4-trini@konsulko.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [01/81] mmc: Migrate MMC_SUPPORTS_TUNING to Kconfig | expand

Commit Message

Tom Rini May 2, 2024, 1:30 a.m. UTC
This file has many "Linux" style types in it, add <linux/types.h>

Signed-off-by: Tom Rini <trini@konsulko.com>
---
Cc: Stefan Bosch <stefan_b@posteo.net>
---
 arch/arm/mach-nexell/include/mach/mipi_display.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stefan Bosch May 9, 2024, 8:54 a.m. UTC | #1
On 02.05.24 03:30, Tom Rini wrote:
> This file has many "Linux" style types in it, add <linux/types.h>
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Stefan Bosch <stefan_b@posteo.net>

Thanks for your awesome work!

> ---
> Cc: Stefan Bosch <stefan_b@posteo.net>
> ---
>   arch/arm/mach-nexell/include/mach/mipi_display.h | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/mach-nexell/include/mach/mipi_display.h b/arch/arm/mach-nexell/include/mach/mipi_display.h
> index f3fdec64647c..9183ffdd9c3d 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,
diff mbox series

Patch

diff --git a/arch/arm/mach-nexell/include/mach/mipi_display.h b/arch/arm/mach-nexell/include/mach/mipi_display.h
index f3fdec64647c..9183ffdd9c3d 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,