[PATCH 81/82] remove linux/version.h from drivers/usb

From: Olaf Hering
Date: Sun Jul 10 2005 - 18:46:08 EST



changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason.

use linux/utsname.h to get KERNEL_VERSION macro

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

drivers/usb/media/sn9c102.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.13-rc2-mm1/drivers/usb/media/sn9c102.h
===================================================================
--- linux-2.6.13-rc2-mm1.orig/drivers/usb/media/sn9c102.h
+++ linux-2.6.13-rc2-mm1/drivers/usb/media/sn9c102.h
@@ -21,7 +21,7 @@
#ifndef _SN9C102_H_
#define _SN9C102_H_

-#include <linux/version.h>
+#include <linux/utsname.h>
#include <linux/usb.h>
#include <linux/videodev.h>
#include <linux/device.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/