]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: comedi: remove unnecessary '#define __NO_VERSION__'
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 27 Nov 2012 00:34:29 +0000 (17:34 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2012 17:16:38 +0000 (09:16 -0800)
This define is no longer required for multi-file modules.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedi_compat32.c
drivers/staging/comedi/comedi_fops.c
drivers/staging/comedi/drivers.c
drivers/staging/comedi/kcomedilib/kcomedilib_main.c
drivers/staging/comedi/proc.c

index 0a5057f0919b015427432f0dc9a6724bb88fc1d8..4b7cbfad1d74ff31914a4ea32a6047472c94fdd9 100644 (file)
@@ -24,7 +24,6 @@
 
 */
 
-#define __NO_VERSION__
 #include <linux/uaccess.h>
 #include <linux/compat.h>
 #include <linux/fs.h>
index 06906f6f7f49989d3b7368b462836719a2f48ae5..b7bba1790a20005bbb955c50ba9a142a1480ac51 100644 (file)
@@ -23,7 +23,6 @@
 
 #undef DEBUG
 
-#define __NO_VERSION__
 #include "comedi_compat32.h"
 
 #include <linux/module.h>
index 7a507a4c147de1ceaba4b267499c7c04bb421680..50cf498698e210a6f12a2ac04b57abe833da65f0 100644 (file)
@@ -21,7 +21,6 @@
 
 */
 
-#define __NO_VERSION__
 #include <linux/device.h>
 #include <linux/module.h>
 #include <linux/pci.h>
index 944ba9d718d9fbc69006a578fe0ff7e1ef7701d8..4dc09a210883ad4741cecb937653ea88d8006c2b 100644 (file)
@@ -21,7 +21,6 @@
 
 */
 
-#define __NO_VERSION__
 #include <linux/module.h>
 
 #include <linux/errno.h>
index bb7e70e3e94afd66ca6e69a6a6540cbbe1ae673a..01acbe97653c9a3da577a60731f2f90fdfeb23a3 100644 (file)
@@ -28,7 +28,6 @@
        was cool.
 */
 
-#define __NO_VERSION__
 #include "comedidev.h"
 #include "comedi_internal.h"
 #include <linux/proc_fs.h>