diff options
| author | Rusty Russell <rusty@rustcorp.com.au> | 2003-04-01 03:49:53 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2003-04-01 03:49:53 -0800 |
| commit | 5ae4c5b7a1bc6ffd463edaa0e51da073a395c7c3 (patch) | |
| tree | 253f90774099dcdd4c9d5e1144fcf48fd501e835 /include/linux | |
| parent | 3f23986c9c19d03ebc2ddf89a00c830adef82ce8 (diff) | |
[PATCH] remove KERNEL_VER from ftape.h
From: Adrian Bunk <bunk@fs.tum.de>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ftape.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/ftape.h b/include/linux/ftape.h index 645609e519c7..99b3535a4e20 100644 --- a/include/linux/ftape.h +++ b/include/linux/ftape.h @@ -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> |
