diff options
-rw-r--r-- | include/uapi/drm/drm_fourcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/drm/drm_fourcc.h b/include/uapi/drm/drm_fourcc.h index 0b69a7753558..998bd253faad 100644 --- a/include/uapi/drm/drm_fourcc.h +++ b/include/uapi/drm/drm_fourcc.h | |||
@@ -24,7 +24,7 @@ | |||
24 | #ifndef DRM_FOURCC_H | 24 | #ifndef DRM_FOURCC_H |
25 | #define DRM_FOURCC_H | 25 | #define DRM_FOURCC_H |
26 | 26 | ||
27 | #include <linux/types.h> | 27 | #include "drm.h" |
28 | 28 | ||
29 | #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ | 29 | #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ |
30 | ((__u32)(c) << 16) | ((__u32)(d) << 24)) | 30 | ((__u32)(c) << 16) | ((__u32)(d) << 24)) |