From 596951fb7480d975c91f9d09006afb13e2502e15 Mon Sep 17 00:00:00 2001
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
Date: Fri, 21 Mar 2003 02:33:39 -0800
Subject: [PATCH] [PATCH] remove __NO_VERSION__ from bttv

---
 drivers/media/video/bttv-cards.c | 2 --
 drivers/media/video/bttv-if.c    | 2 --
 drivers/media/video/bttv-risc.c  | 2 --
 3 files changed, 6 deletions(-)

diff --git a/drivers/media/video/bttv-cards.c b/drivers/media/video/bttv-cards.c
index 0f823e82d5e3..29ef3a9048fb 100644
--- a/drivers/media/video/bttv-cards.c
+++ b/drivers/media/video/bttv-cards.c
@@ -24,8 +24,6 @@
     
 */
 
-#define __NO_VERSION__ 1
-
 #include <linux/version.h>
 #include <linux/delay.h>
 #include <linux/module.h>
diff --git a/drivers/media/video/bttv-if.c b/drivers/media/video/bttv-if.c
index 1b3c83e16fe0..1b317c3b70aa 100644
--- a/drivers/media/video/bttv-if.c
+++ b/drivers/media/video/bttv-if.c
@@ -25,8 +25,6 @@
     
 */
 
-#define __NO_VERSION__ 1
-
 #include <linux/version.h>
 #include <linux/module.h>
 #include <linux/init.h>
diff --git a/drivers/media/video/bttv-risc.c b/drivers/media/video/bttv-risc.c
index 882dbac4230a..ed626307586f 100644
--- a/drivers/media/video/bttv-risc.c
+++ b/drivers/media/video/bttv-risc.c
@@ -23,8 +23,6 @@
 
 */
 
-#define __NO_VERSION__ 1
-
 #include <linux/version.h>
 #include <linux/module.h>
 #include <linux/init.h>
-- 
2.30.9