Commit 1b6c710e authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: remove unnecessary '#define __NO_VERSION__'

This define is no longer required for multi-file modules.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1be287f9
......@@ -24,7 +24,6 @@
*/
#define __NO_VERSION__
#include <linux/uaccess.h>
#include <linux/compat.h>
#include <linux/fs.h>
......
......@@ -23,7 +23,6 @@
#undef DEBUG
#define __NO_VERSION__
#include "comedi_compat32.h"
#include <linux/module.h>
......
......@@ -21,7 +21,6 @@
*/
#define __NO_VERSION__
#include <linux/device.h>
#include <linux/module.h>
#include <linux/pci.h>
......
......@@ -21,7 +21,6 @@
*/
#define __NO_VERSION__
#include <linux/module.h>
#include <linux/errno.h>
......
......@@ -28,7 +28,6 @@
was cool.
*/
#define __NO_VERSION__
#include "comedidev.h"
#include "comedi_internal.h"
#include <linux/proc_fs.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