Re: [2.6 patch] drivers/scsi/dpti.h: remove kernel 2.2 #if's

From: James Bottomley
Date: Sat Apr 02 2005 - 08:51:56 EST


On Sun, 2005-03-27 at 16:34 +0200, Adrian Bunk wrote:
> This patch removes #if's for kernel 2.2 .

this one looks like it's not quite complete:

> -#ifndef LINUX_VERSION_CODE
> #include <linux/version.h>
> -#endif

Once there are no more KERNEL_VERSION dependencies in a file, it's
inclusion of linux/version.h can be removed also (and that should
prevent it getting rebuilt every time the kernel version changes).

So it looks like there's an additional KERNEL_VERSION to remove in
dpt/dpti_i2o.h version.h includes in dpti_i2o.h and dpt_i2o.c

Then when you have a final patch, could you cc Markus Lidel
<Markus.Lidel@xxxxxxxxxxxxxxxxx> and

Mark_Salyzyn@xxxxxxxxxxx

Thanks,

James


-
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/