From: Jagadeesh Pagadala Date: Fri, 3 May 2019 17:58:13 +0000 (+0530) Subject: gpu/drm: Remove duplicate headers X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=7a00b45af3e723ff51d015ed72dc97487bb034b5;p=openwrt%2Fstaging%2Fblogic.git gpu/drm: Remove duplicate headers Remove duplicate headers which are included twice. Signed-off-by: Jagadeesh Pagadala Acked-by: Rob Clark Acked-by: Dave Airlie [danvet: drop changes to panel-raspberrypi, they break the build] Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/1556906293-128921-1-git-send-email-jagdsh.linux@gmail.com --- diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c index 018df2c3b7ed..45a5bc6ede5d 100644 --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c @@ -15,7 +15,6 @@ #include "dpu_hwio.h" #include "dpu_hw_lm.h" #include "dpu_hw_mdss.h" -#include "dpu_kms.h" #define LM_OP_MODE 0x00 #define LM_OUT_SIZE 0x04 diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c b/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c index c80b96789c31..2b44ba5cf4b0 100644 --- a/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c @@ -26,8 +26,6 @@ #include -#include - static void nv04_bus_intr(struct nvkm_bus *bus) {