error: storage size of 'param' isn't known

arch/mips/xburst2/soc-t40/reset.c:252:27: error: storage size of 'param' isn't known
  const struct sched_param param = {
                           ^~~~~
arch/mips/xburst2/soc-t40/reset.c:252:27: error: unused variable 'param' [-Werror=unused-variable]

#include <uapi/linux/sched/types.h>

0%