Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions drivers/staging/vc04_services/vc-sm-cma/vc_sm_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ enum vc_sm_alloc_type_t {
struct vc_sm_msg_hdr_t {
u32 type;
u32 trans_id;
u8 body[0];

u8 body[];
};

/* Request to allocate memory (HOST->VC) */
Expand Down