David T Hollis wrote:
Greg KH wrote:
On Thu, Jun 12, 2003 at 09:12:00AM -0400, David T Hollis wrote:
Few minor code tweaks, formatting, etc. Greg, is this in proper
shape for inclusion?
Close, but I think this will break on 2.4.22-pre1, right:
+#if LINUX_VERSION_CODE > KERNEL_VERSION
Greg KH wrote:
On Thu, Jun 12, 2003 at 09:12:00AM -0400, David T Hollis wrote:
Few minor code tweaks, formatting, etc. Greg, is this in proper shape
for inclusion?
Close, but I think this will break on 2.4.22-pre1, right:
+#if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,22)
+#include
+#e
On Thu, Jun 12, 2003 at 09:12:00AM -0400, David T Hollis wrote:
> Few minor code tweaks, formatting, etc. Greg, is this in proper shape
> for inclusion?
Close, but I think this will break on 2.4.22-pre1, right:
> +#if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,22)
> +#include
> +#else