[Freedreno] [DPU PATCH 10/11] drm/msm/dpu: correct dpu_io_util.h include path
Jordan Crouse
jcrouse at codeaurora.org
Wed May 30 16:30:05 UTC 2018
On Wed, May 30, 2018 at 08:19:47PM +0530, Rajesh Yadav wrote:
> dpu_io_util.h is moved from standard include path
> to driver folder, correct the include path in code.
>
> Signed-off-by: Rajesh Yadav <ryadav at codeaurora.org>
If the previous patch doesn't compile without this fix you should squash them.
> ---
> drivers/gpu/drm/msm/disp/dpu1/dpu_power_handle.c | 1 -
> drivers/gpu/drm/msm/disp/dpu1/dpu_power_handle.h | 2 +-
> 2 files changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_power_handle.c b/drivers/gpu/drm/msm/disp/dpu1/dpu_power_handle.c
> index 24c3274..f997bd9 100644
> --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_power_handle.c
> +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_power_handle.c
> @@ -20,7 +20,6 @@
> #include <linux/slab.h>
> #include <linux/mutex.h>
> #include <linux/of_platform.h>
> -#include <linux/dpu_io_util.h>
>
> #include "dpu_power_handle.h"
> #include "dpu_trace.h"
> diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_power_handle.h b/drivers/gpu/drm/msm/disp/dpu1/dpu_power_handle.h
> index 9a6d4b9..193f468 100644
> --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_power_handle.h
> +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_power_handle.h
> @@ -21,7 +21,7 @@
> #define DPU_POWER_HANDLE_ENABLE_BUS_IB_QUOTA 1600000000
> #define DPU_POWER_HANDLE_DISABLE_BUS_IB_QUOTA 0
>
> -#include <linux/dpu_io_util.h>
> +#include "dpu_io_util.h"
>
> /* event will be triggered before power handler disable */
> #define DPU_POWER_EVENT_PRE_DISABLE 0x1
--
The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
More information about the Freedreno
mailing list