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 <trini@konsulko.com>
This commit is contained in:
@@ -11,6 +11,8 @@
|
|||||||
#ifndef MIPI_DISPLAY_H
|
#ifndef MIPI_DISPLAY_H
|
||||||
#define MIPI_DISPLAY_H
|
#define MIPI_DISPLAY_H
|
||||||
|
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
/* MIPI DSI Processor-to-Peripheral transaction types */
|
/* MIPI DSI Processor-to-Peripheral transaction types */
|
||||||
enum {
|
enum {
|
||||||
MIPI_DSI_V_SYNC_START = 0x01,
|
MIPI_DSI_V_SYNC_START = 0x01,
|
||||||
|
Reference in New Issue
Block a user