treewide: Fix build errors with clang18

This commit is contained in:
Gabriel2392 2023-10-21 09:12:14 -03:00
parent ec54855c0d
commit 9721b7ac13
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ struct sysbusy_stat {
u64 time_in_state;
} sysbusy_stats[NUM_OF_SYSBUSY_STATE];
static cpn_next_cpu[VENDOR_NR_CPUS] = { [0 ... VENDOR_NR_CPUS - 1] = -1 };
static int cpn_next_cpu[VENDOR_NR_CPUS] = { [0 ... VENDOR_NR_CPUS - 1] = -1 };
/******************************************************************************
* sysbusy notify *
******************************************************************************/