PATCH: __NO_VERSION__ for ftape

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 21 Mar 2003 19:21:20 GMT


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.65/drivers/char/ftape/lowlevel/ftape_syms.c linux-2.5.65-ac2/drivers/char/ftape/lowlevel/ftape_syms.c
--- linux-2.5.65/drivers/char/ftape/lowlevel/ftape_syms.c 2003-03-06 17:04:25.000000000 +0000
+++ linux-2.5.65-ac2/drivers/char/ftape/lowlevel/ftape_syms.c 2003-03-14 00:52:15.000000000 +0000
@@ -26,7 +26,6 @@
*/

#include <linux/config.h>
-#define __NO_VERSION__
#include <linux/module.h>

#include <linux/ftape.h>
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.65/drivers/char/ftape/zftape/zftape-ctl.c linux-2.5.65-ac2/drivers/char/ftape/zftape/zftape-ctl.c
--- linux-2.5.65/drivers/char/ftape/zftape/zftape-ctl.c 2003-03-03 19:20:09.000000000 +0000
+++ linux-2.5.65-ac2/drivers/char/ftape/zftape/zftape-ctl.c 2003-03-14 00:52:15.000000000 +0000
@@ -27,7 +27,6 @@
#include <linux/config.h>
#include <linux/errno.h>
#include <linux/mm.h>
-#define __NO_VERSION__
#include <linux/module.h>
#include <linux/fcntl.h>

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.65/drivers/char/ftape/zftape/zftape_syms.c linux-2.5.65-ac2/drivers/char/ftape/zftape/zftape_syms.c
--- linux-2.5.65/drivers/char/ftape/zftape/zftape_syms.c 2003-02-10 18:37:57.000000000 +0000
+++ linux-2.5.65-ac2/drivers/char/ftape/zftape/zftape_syms.c 2003-03-14 00:52:15.000000000 +0000
@@ -24,7 +24,6 @@
* the ftape floppy tape driver exports
*/

-#define __NO_VERSION__
#include <linux/module.h>

#include <linux/zftape.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/