aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaokun Zhang <[email protected]>2021-05-25 15:29:53 +0800
committerJani Nikula <[email protected]>2021-05-26 16:20:38 +0300
commitaa85beeace6eb8c3459c3191a49e3fe9dd687e8c (patch)
treedbaff3fb7928f012bb1efeaf430e9f44676233ea
parent3cdef2a9f27df8d3b4f356f812732e43597ca293 (diff)
drm/i915: Remove the repeated declaration
Function 'intel_dbuf_init' is declared twice, remove the repeated declaration. Cc: Jani Nikula <[email protected]> Cc: Joonas Lahtinen <[email protected]> Cc: Rodrigo Vivi <[email protected]> Signed-off-by: Shaokun Zhang <[email protected]> Signed-off-by: Jani Nikula <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--drivers/gpu/drm/i915/intel_pm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_pm.h b/drivers/gpu/drm/i915/intel_pm.h
index bac72c859a84..91f23b7f0af2 100644
--- a/drivers/gpu/drm/i915/intel_pm.h
+++ b/drivers/gpu/drm/i915/intel_pm.h
@@ -83,8 +83,6 @@ struct intel_dbuf_state {
bool joined_mbus;
};
-int intel_dbuf_init(struct drm_i915_private *dev_priv);
-
struct intel_dbuf_state *
intel_atomic_get_dbuf_state(struct intel_atomic_state *state);