summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_tc.c
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2019-07-09 08:54:03 -0700
committerLucas De Marchi <lucas.demarchi@intel.com>2019-07-10 10:30:18 -0700
commitc99fd7b3908e287ccd20be4f9eefe597c7d354fd (patch)
tree60584b44836782310b8b2e8466574926046d3214 /drivers/gpu/drm/i915/display/intel_tc.c
parentb41e434fdc423995b99cb79f86ec7ec428f5f379 (diff)
drm/i915: fix include order in intel_tc.*
Separate local includes with a blank line and sort the groups alphabetically. v2: don't make intel_tc.h be the first include v3: don't make local includes be included first Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Imre Deak <imre.deak@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190709155403.29370-1-lucas.demarchi@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_tc.c')
-rw-r--r--drivers/gpu/drm/i915/display/intel_tc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_tc.c b/drivers/gpu/drm/i915/display/intel_tc.c
index 1a9dd32fb0a5..0c969f6fd714 100644
--- a/drivers/gpu/drm/i915/display/intel_tc.c
+++ b/drivers/gpu/drm/i915/display/intel_tc.c
@@ -3,9 +3,9 @@
* Copyright © 2019 Intel Corporation
*/
+#include "i915_drv.h"
#include "intel_display.h"
#include "intel_dp_mst.h"
-#include "i915_drv.h"
#include "intel_tc.h"
static const char *tc_port_mode_name(enum tc_port_mode mode)