--- zzzz-none-000/linux-4.1.52/fs/compat_binfmt_elf.c 2018-05-28 02:26:45.000000000 +0000 +++ bcm63-7530ax-731/linux-4.1.52/fs/compat_binfmt_elf.c 2022-03-02 11:37:13.000000000 +0000 @@ -51,6 +51,12 @@ #define elf_prstatus compat_elf_prstatus #define elf_prpsinfo compat_elf_prpsinfo + +#if defined(CONFIG_BCM_KF_MISC_BACKPORTS) +static void cputime_to_compat_timeval(const cputime_t cputime, + struct compat_timeval *value) __attribute__((unused)); +#endif + /* * Compat version of cputime_to_compat_timeval, perhaps this * should be an inline in .