Does it matter? From user space you already have to do a
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,2,0)
foo
#else
bar
#endif
since things like struct fb_var_screeninfo already
had its internals changed.
-Erik
--
Erik B. Andersen Web: http://www.xmission.com/~andersen/
email: andersee@debian.org
--This message was written using 73% post-consumer electrons--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/