drm/i915: Remove redundant forward declarations from display power headers

Remove the forward declarations for enums and structs from display power
header files that aren't used in prototypes.

Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230616185104.2502003-2-imre.deak@intel.com
This commit is contained in:
Imre Deak 2023-06-16 21:51:02 +03:00
parent f4fab137dd
commit cb7874644f
2 changed files with 0 additions and 4 deletions

View File

@ -12,9 +12,6 @@
#include "intel_wakeref.h"
enum aux_ch;
enum dpio_channel;
enum dpio_phy;
enum i915_drm_suspend_mode;
enum port;
struct drm_i915_private;
struct i915_power_well;

View File

@ -11,7 +11,6 @@
#include "intel_dpio_phy.h"
struct drm_i915_private;
struct i915_power_well;
struct i915_power_well_ops;
struct intel_encoder;