]> git.hungrycats.org Git - linux/commitdiff
Remove old kernel version test that didn't even compile.
authorLinus Torvalds <torvalds@home.transmeta.com>
Wed, 1 Jan 2003 11:06:10 +0000 (03:06 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Wed, 1 Jan 2003 11:06:10 +0000 (03:06 -0800)
Noted by Steven Barnhart <sbarn03@softhome.net>

include/net/irda/vlsi_ir.h

index 32d30cbc0920ba75bbb14605e102eefd4983d6bd..f2c66f9296ede1b2699fb3e0c190a6e1a8c5a01b 100644 (file)
 #ifndef IRDA_VLSI_FIR_H
 #define IRDA_VLSI_FIR_H
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,4)
-#ifdef CONFIG_PROC_FS
-/* PDE() introduced in 2.5.4 */
-#define PDE(inode) ((inode)->u.generic_ip)
-#endif
-#endif
-
 /*
  * #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,xx)
  *