mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
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:
parent
f4fab137dd
commit
cb7874644f
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user