lkml.org 
[lkml]   [2005]   [Jul]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 82/82] remove linux/version.h from drivers/video/matrox/matroxfb_base.c

changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason.

get KERNEL_VERSION from linux/utsname.h

Signed-off-by: Olaf Hering <olh@suse.de>

drivers/video/matrox/matroxfb_base.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.13-rc2-mm1/drivers/video/matrox/matroxfb_base.c
===================================================================
--- linux-2.6.13-rc2-mm1.orig/drivers/video/matrox/matroxfb_base.c
+++ linux-2.6.13-rc2-mm1/drivers/video/matrox/matroxfb_base.c
@@ -101,7 +101,7 @@

/* make checkconfig does not check included files... */
#include <linux/config.h>
-#include <linux/version.h>
+#include <linux/utsname.h>

#include "matroxfb_base.h"
#include "matroxfb_misc.h"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-07-11 01:55    [W:0.240 / U:1.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site