From: Andrew Morton <akpm@osdl.org> Cc: Olaf Hering <olh@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> --- drivers/char/drm/drmP.h | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/char/drm/drmP.h~move-kernel_version-from-linux-versionh-to-linux-utsnameh-fix-3 drivers/char/drm/drmP.h --- 25/drivers/char/drm/drmP.h~move-kernel_version-from-linux-versionh-to-linux-utsnameh-fix-3 2005-07-15 02:07:52.000000000 -0600 +++ 25-akpm/drivers/char/drm/drmP.h 2005-07-15 02:07:52.000000000 -0600 @@ -58,6 +58,7 @@ #include <linux/smp_lock.h> /* For (un)lock_kernel */ #include <linux/mm.h> #include <linux/cdev.h> +#include <linux/utsname.h> #if defined(__alpha__) || defined(__powerpc__) #include <asm/pgtable.h> /* For pte_wrprotect */ #endif _