drm/panel/s6e3ha2: fix includes 55/87155/4
authorAndrzej Hajda <a.hajda@samsung.com>
Tue, 6 Sep 2016 08:48:22 +0000 (10:48 +0200)
committerInki Dae <inki.dae@samsung.com>
Sun, 18 Sep 2016 23:50:02 +0000 (16:50 -0700)
The patch removes unnecessary includes an sorts the rest.

Change-Id: I1a021a8cbfdff3009e90f6bfaa14525a584006e7
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
drivers/gpu/drm/panel/panel-s6e3ha2.c

index 934a1f0..62bd3f4 100644 (file)
 #include <drm/drmP.h>
 #include <drm/drm_mipi_dsi.h>
 #include <drm/drm_panel.h>
-
-#include <linux/of_gpio.h>
-#include <linux/gpio.h>
-
+#include <linux/backlight.h>
 #include <linux/gpio/consumer.h>
 #include <linux/regulator/consumer.h>
-
 #include <video/mipi_display.h>
 #include <video/of_videomode.h>
 #include <video/videomode.h>
-#include <linux/backlight.h>
 
 #define MIN_BRIGHTNESS         0
 #define MAX_BRIGHTNESS         100