changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. use linux/utsname.h to get KERNEL_VERSION macro
Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

