]> Git Repo - J-linux.git/commitdiff
drm: include types.h from drm_hdcp.h
authorJani Nikula <[email protected]>
Thu, 27 Dec 2018 12:56:39 +0000 (14:56 +0200)
committerJani Nikula <[email protected]>
Wed, 2 Jan 2019 09:38:01 +0000 (11:38 +0200)
drm_hdcp.h uses kernel integer types, make it self-contained by
including linux/kernel.h. This prepares for dropping drmP.h from files
including drm_hdcp.h.

[Updated commit message per Laurent's review while applying.]

Cc: Sam Ravnborg <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Laurent Pinchart <[email protected]>
Reviewed-by: Daniel Vetter <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/adfc79941e827b49eb6186f317cbeff0fb365f33.1545915059.git.jani.nikula@intel.com
include/drm/drm_hdcp.h

index a6de09c5e47f500b1c93b5302fc3a00fef267988..d6dfef8cff6a4996dbe9b90c50d9d75913a27a40 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef _DRM_HDCP_H_INCLUDED_
 #define _DRM_HDCP_H_INCLUDED_
 
+#include <linux/types.h>
+
 /* Period of hdcp checks (to ensure we're still authenticated) */
 #define DRM_HDCP_CHECK_PERIOD_MS               (128 * 16)
 
This page took 0.050042 seconds and 4 git commands to generate.