Nvidia Driver does not work for Kernel 5.6, NVIDIA GP107

I am now getting this error:

Full log is here: https://slack-files.com/T27F6280H-F011D0S6485-97eb49d20b

  |                                               ^~~~~~~~~~

/tmp/selfgz4622/NVIDIA-Linux-x86_64-440.64/kernel/nvidia/nv-procfs.c:91:35: note: byref variable will be forcibly initialized
91 | NvU32 vbios_rev1, vbios_rev2, vbios_rev3, vbios_rev4, vbios_rev5;
| ^~~~~~~~~~
/tmp/selfgz4622/NVIDIA-Linux-x86_64-440.64/kernel/nvidia/nv-procfs.c:91:23: note: byref variable will be forcibly initialized
91 | NvU32 vbios_rev1, vbios_rev2, vbios_rev3, vbios_rev4, vbios_rev5;
| ^~~~~~~~~~
/tmp/selfgz4622/NVIDIA-Linux-x86_64-440.64/kernel/nvidia/nv-procfs.c:91:11: note: byref variable will be forcibly initialized
91 | NvU32 vbios_rev1, vbios_rev2, vbios_rev3, vbios_rev4, vbios_rev5;
| ^~~~~~~~~~
/tmp/selfgz4622/NVIDIA-Linux-x86_64-440.64/kernel/nvidia/nv-procfs.c:90:11: note: byref variable will be forcibly initialized
90 | NvU8 *uuid;
| ^~~~
/tmp/selfgz4622/NVIDIA-Linux-x86_64-440.64/kernel/nvidia/nv-procfs.c:89:23: note: byref variable will be forcibly initialized
89 | char *type, *fmt, tmpstr[NV_DEVICE_NAME_LENGTH];
| ^~~~~~
/tmp/selfgz4622/NVIDIA-Linux-x86_64-440.64/kernel/nvidia/nv-procfs.c: In function ‘exercise_error_forwarding_va’:
/tmp/selfgz4622/NVIDIA-Linux-x86_64-440.64/kernel/nvidia/nv-procfs.c:637:13: note: byref variable will be forcibly initialized
637 | va_list arguments;
| ^~~~~~~~~
/tmp/selfgz4622/NVIDIA-Linux-x86_64-440.64/kernel/nvidia/nv-procfs.c: In function ‘nv_register_procfs’:
/tmp/selfgz4622/NVIDIA-Linux-x86_64-440.64/kernel/nvidia/nv-procfs.c:1263:10: note: byref variable will be forcibly initialized
1263 | char nv_dir_name[20];
| ^~~~~~~~~~~
/tmp/selfgz4622/NVIDIA-Linux-x86_64-440.64/kernel/nvidia/nv-procfs.c: In function ‘nv_procfs_add_gpu’:
/tmp/selfgz4622/NVIDIA-Linux-x86_64-440.64/kernel/nvidia/nv-procfs.c:1339:10: note: byref variable will be forcibly initialized
1339 | char name[32];
| ^~~~
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:268: /tmp/selfgz4622/NVIDIA-Linux-x86_64-440.64/kernel/nvidia/nv-procfs.o] Error 1
make[2]: Target ‘__build’ not remade because of errors.
make[1]: *** [Makefile:1683: /tmp/selfgz4622/NVIDIA-Linux-x86_64-440.64/kernel] Error 2
make[1]: Target ‘modules’ not remade because of errors.
make[1]: Leaving directory ‘/usr/src/linux’
make: *** [Makefile:81: modules] Error 2
ERROR: The nvidia kernel module was not created.