drm: include types.h from drm_hdcp.h
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 <sam@ravnborg.org> Cc: Daniel Vetter <daniel@ffwll.ch> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/adfc79941e827b49eb6186f317cbeff0fb365f33.1545915059.git.jani.nikula@intel.com
This commit is contained in:
parent
39e2367480
commit
f7e271de23
@ -9,6 +9,8 @@
|
|||||||
#ifndef _DRM_HDCP_H_INCLUDED_
|
#ifndef _DRM_HDCP_H_INCLUDED_
|
||||||
#define _DRM_HDCP_H_INCLUDED_
|
#define _DRM_HDCP_H_INCLUDED_
|
||||||
|
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
/* Period of hdcp checks (to ensure we're still authenticated) */
|
/* Period of hdcp checks (to ensure we're still authenticated) */
|
||||||
#define DRM_HDCP_CHECK_PERIOD_MS (128 * 16)
|
#define DRM_HDCP_CHECK_PERIOD_MS (128 * 16)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user