summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/oa/i915_oa_cflgt2.h
diff options
context:
space:
mode:
authorJanusz Krzysztofik <janusz.krzysztofik@linux.intel.com>2019-07-12 13:24:25 +0200
committerChris Wilson <chris@chris-wilson.co.uk>2019-07-12 13:04:54 +0100
commitb5893ffc274be966f95aa35f35916fa8725af154 (patch)
treeb60978172142027346b32826393dd0cbf2b4aac9 /drivers/gpu/drm/i915/oa/i915_oa_cflgt2.h
parent6239901c576d4df87d6463c4f163bd432995d540 (diff)
drm/i915: Drop extern qualifiers from header function prototypes
Follow dim checkpatch recommendation so it doesn't complain on that now and again on header file modifications. v2: drop testing leftover (Chris) Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20190712112429.740-2-janusz.krzysztofik@linux.intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/oa/i915_oa_cflgt2.h')
-rw-r--r--drivers/gpu/drm/i915/oa/i915_oa_cflgt2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/oa/i915_oa_cflgt2.h b/drivers/gpu/drm/i915/oa/i915_oa_cflgt2.h
index 4d6025559bbe..1b4b563bc585 100644
--- a/drivers/gpu/drm/i915/oa/i915_oa_cflgt2.h
+++ b/drivers/gpu/drm/i915/oa/i915_oa_cflgt2.h
@@ -10,6 +10,6 @@
#ifndef __I915_OA_CFLGT2_H__
#define __I915_OA_CFLGT2_H__
-extern void i915_perf_load_test_config_cflgt2(struct drm_i915_private *dev_priv);
+void i915_perf_load_test_config_cflgt2(struct drm_i915_private *dev_priv);
#endif