Commit 5ae4c5b7 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] remove KERNEL_VER from ftape.h

From:  Adrian Bunk <bunk@fs.tum.de>
parent 3f23986c
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment