[Prism54-devel] Reverted Prism 2.6 patch

Margit Schubert-While margitsw@t-online.de
Sat, 24 Jan 2004 13:13:58 +0100


Hi Luis,
	As you are including linux/version.h, you can do something like this :
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
	2.4 code
#else
	2.6 code
#endif

	Cheers

	Margit