From ffc2849b614113426c919d2fc3b00435ed887c86 Mon Sep 17 00:00:00 2001 From: Abhinav Kumar Date: Thu, 18 May 2017 17:51:33 -0700 Subject: drivers/misc: move hdcp sysfs nodes to misc hdcp driver Currently the sysfs nodes for receiving minimum encryption level reside within the SDE HDMI driver. Move the nodes to the misc hdcp driver so that they are available for use for targets using DRM SDE driver. Change-Id: I94daa981536e56930f7b15eb0ca7b895b9bc9c44 Signed-off-by: Abhinav Kumar --- include/linux/hdcp_qseecom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/linux/hdcp_qseecom.h b/include/linux/hdcp_qseecom.h index dc4af867a3bc..dc513fbab580 100644 --- a/include/linux/hdcp_qseecom.h +++ b/include/linux/hdcp_qseecom.h @@ -125,6 +125,7 @@ struct hdcp_txmtr_ops { struct hdcp_client_ops { int (*wakeup)(struct hdmi_hdcp_wakeup_data *data); + void (*notify_lvl_change)(void *client_ctx, int min_lvl); }; enum hdcp_device_type { -- cgit v1.2.3