mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-20 18:19:42 +07:00
staging: vc04_services: Replace VCHIQ_PLATFORM_STATE_T typedef with struct opaque_platform_state
Replace VCHIQ_PLATFORM_STATE_T typedef with struct opaque_platform_state to match kernel code style. Issue found by checkpatch. Signed-off-by: Jamal Shareef <jamal.k.shareef@gmail.com> Link: https://lore.kernel.org/r/ed1a877637a53881ed65dc232da04dc40fbd9fc3.1572994235.git.jamal.k.shareef@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4ddf9a2555
commit
885961fed4
@ -236,7 +236,7 @@ struct remote_event {
|
||||
u32 __unused;
|
||||
};
|
||||
|
||||
typedef struct opaque_platform_state_t *VCHIQ_PLATFORM_STATE_T;
|
||||
struct opaque_platform_state;
|
||||
|
||||
struct vchiq_slot {
|
||||
char data[VCHIQ_SLOT_SIZE];
|
||||
@ -468,7 +468,7 @@ struct vchiq_state {
|
||||
struct vchiq_service_quota service_quotas[VCHIQ_MAX_SERVICES];
|
||||
struct vchiq_slot_info slot_info[VCHIQ_MAX_SLOTS];
|
||||
|
||||
VCHIQ_PLATFORM_STATE_T platform_state;
|
||||
struct opaque_platform_state *platform_state;
|
||||
};
|
||||
|
||||
struct bulk_waiter {
|
||||
|
Loading…
Reference in New Issue
Block a user