All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.5 patch] remove KERNEL_VER from ftape.h
@ 2003-01-09 14:40 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2003-01-09 14:40 UTC (permalink / raw)
  To: Linus Torvalds, claus, linux-tape; +Cc: linux-kernel

My patch that removed kernel 2.0 conpatibility code from 
drivers/char/ftape/* included in 2.5.55 removed all usages of KERNEL_VER 
but it is still #define'd in ftape.h.

The patch below removes this no longer needed #define.

I've tested the compilation with 2.5.55.

cu
Adrian

--- linux-2.5.55/include/linux/ftape.h.old	2003-01-09 15:27:41.000000000 +0100
+++ linux-2.5.55/include/linux/ftape.h	2003-01-09 15:34:46.000000000 +0100
@@ -30,9 +30,6 @@
 
 #define FTAPE_VERSION "ftape v3.04d 25/11/97"
 
-/* this makes the Kernel version numbers readable */
-#define KERNEL_VER(major,minor,sublvl) (((major)<<16)+((minor)<<8)+(sublvl))
-
 #ifdef __KERNEL__
 #include <linux/interrupt.h>
 #include <linux/mm.h>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-01-09 14:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-09 14:40 [2.5 patch] remove KERNEL_VER from ftape.h Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.