mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
drm/i915/display: keep forward declarations together
Adhere to prevalent style. Reviewed-by: Luca Coelho <luciano.coelho@intel.com> Link: https://lore.kernel.org/r/2c74fa7f2b7d5ecf8247aa5bff05d104ad60cf9e.1753953530.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
1a449b5882
commit
b5de222cb0
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
struct intel_atomic_state;
|
||||
struct intel_display;
|
||||
struct intel_global_commit;
|
||||
struct intel_global_obj;
|
||||
struct intel_global_state;
|
||||
|
||||
|
|
@ -26,8 +27,6 @@ struct intel_global_obj {
|
|||
const struct intel_global_state_funcs *funcs;
|
||||
};
|
||||
|
||||
struct intel_global_commit;
|
||||
|
||||
struct intel_global_state {
|
||||
struct intel_global_obj *obj;
|
||||
struct intel_atomic_state *state;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user