From 9a7a0965e65be2001e7e3e2b7947650fa9b7bc2c Mon Sep 17 00:00:00 2001 From: Yuan Zhao Date: Wed, 13 Jan 2021 12:24:11 +0800 Subject: [PATCH] disp: msm: dp: change the ext display include file msm_ext_display.h was moved to include/linux/soc/qcom, change the include file to the right place. Change-Id: Ib4c668cda1057c44f11105dc14aa0a6f23ec6381 Signed-off-by: Yuan Zhao --- msm/dp/dp_audio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msm/dp/dp_audio.c b/msm/dp/dp_audio.c index b51ade3a9b..30c63f86fb 100644 --- a/msm/dp/dp_audio.c +++ b/msm/dp/dp_audio.c @@ -1,10 +1,10 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Copyright (c) 2016-2020, The Linux Foundation. All rights reserved. + * Copyright (c) 2016-2021, The Linux Foundation. All rights reserved. */ #include -#include +#include #include