]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] remove unneeded #define LinuxVersionCode from eata.c
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 26 May 2003 09:58:43 +0000 (02:58 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 26 May 2003 09:58:43 +0000 (02:58 -0700)
From:  Adrian Bunk <bunk@fs.tum.de>

  the patch below removes the unneeded #define LinuxVersionCode from
  eata.c. It's not used and if it was needed KERNEL_VERSION in
  include/linux/version.h does the same.

drivers/scsi/eata.c

index ce014db5196540c7a237a835edf1eee1b01c9d3d..8cd5efa0040cbe9be6e68a335ce192f75219e15f 100644 (file)
 
 #include <linux/version.h>
 
-#ifndef LinuxVersionCode
-#define LinuxVersionCode(v, p, s) (((v)<<16)+((p)<<8)+(s))
-#endif
-
 #define MAX_INT_PARAM 10
 
 #if defined(MODULE)