From: Sam Ravnborg Date: Sat, 7 Dec 2019 14:03:45 +0000 (+0100) Subject: drm/panel: rocktech-jh057n00900: use drm_panel backlight support X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=83d4ed8634da5a592620a08de04af47c7769410c;p=android-x86%2Fkernel.git drm/panel: rocktech-jh057n00900: use drm_panel backlight support Use the backlight support in drm_panel to simplify the driver. While touching the include files sort them and divide them up in blocks. Signed-off-by: Sam Ravnborg Reviewed-by: Guido Günther Reviewed-by: Laurent Pinchart Cc: "Guido Günther" Cc: Purism Kernel Team Cc: Thierry Reding Cc: Sam Ravnborg Link: https://patchwork.freedesktop.org/patch/msgid/20191207140353.23967-18-sam@ravnborg.org --- diff --git a/drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c b/drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c index 3a4f1c0fce86..38ff742bc120 100644 --- a/drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c +++ b/drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c @@ -5,20 +5,22 @@ * Copyright (C) Purism SPC 2019 */ -#include -#include -#include -#include -#include #include #include #include #include +#include #include #include + #include