]> Git Repo - linux.git/commitdiff
drm/i915: Remove the repeated declaration
authorShaokun Zhang <[email protected]>
Tue, 25 May 2021 07:29:53 +0000 (15:29 +0800)
committerJani Nikula <[email protected]>
Wed, 26 May 2021 13:20:38 +0000 (16:20 +0300)
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]
drivers/gpu/drm/i915/intel_pm.h

index bac72c859a84aabf67761038ba001c56d010bfe4..91f23b7f0af2ed075742752e2fa7930ebd5415b4 100644 (file)
@@ -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);
 
This page took 0.058359 seconds and 4 git commands to generate.