diff options
Diffstat (limited to 'drivers/interconnect/internal.h')
-rw-r--r-- | drivers/interconnect/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/interconnect/internal.h b/drivers/interconnect/internal.h index f5f82a5c939e..b30856db523d 100644 --- a/drivers/interconnect/internal.h +++ b/drivers/interconnect/internal.h @@ -38,7 +38,7 @@ struct icc_req { struct icc_path { const char *name; size_t num_nodes; - struct icc_req reqs[]; + struct icc_req reqs[] __counted_by(num_nodes); }; #endif |