[PATCH 82/82] remove linux/version.h from drivers/video/matrox/matroxfb_base.c

From: Olaf Hering
Date: Sun Jul 10 2005 - 18:53:45 EST



changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason.

get KERNEL_VERSION from linux/utsname.h

Signed-off-by: Olaf Hering <olh@xxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/