The location of modversions.h is in include/config instead of include/linux in 2.5.61. The following patch allows it to build against a 2.5.61 kernel. diff -urN NVIDIA_kernel-1.0-4191/nv-linux.h NVIDIA_kernel-1.0-4191-2.5.61/nv-linux.h --- NVIDIA_kernel-1.0-4191/nv-linux.h 2002-12-09 14:27:15.000000000 -0600 +++ NVIDIA_kernel-1.0-4191-2.5.61/nv-linux.h 2003-02-17 08:20:21.000000000 -0600 @@ -21,7 +21,7 @@ #endif #if defined (MODVERSIONS) -#include <linux/modversions.h> +#include <config/modversions.h> #endif #include <linux/kernel.h> Reproducible: Always Steps to Reproduce: 1. 2. 3.
Will be in in a bit, thanks.