dect
/
linux-2.6
Archived
13
0
Fork 0

staging: comedi: remove unnecessary '#define __NO_VERSION__'

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>
This commit is contained in:
H Hartley Sweeten 2012-11-26 17:34:29 -07:00 committed by Greg Kroah-Hartman
parent 1be287f9db
commit 1b6c710e2a
5 changed files with 0 additions and 5 deletions

View File

@ -24,7 +24,6 @@
*/
#define __NO_VERSION__
#include <linux/uaccess.h>
#include <linux/compat.h>
#include <linux/fs.h>

View File

@ -23,7 +23,6 @@
#undef DEBUG
#define __NO_VERSION__
#include "comedi_compat32.h"
#include <linux/module.h>

View File

@ -21,7 +21,6 @@
*/
#define __NO_VERSION__
#include <linux/device.h>
#include <linux/module.h>
#include <linux/pci.h>

View File

@ -21,7 +21,6 @@
*/
#define __NO_VERSION__
#include <linux/module.h>
#include <linux/errno.h>

View File

@ -28,7 +28,6 @@
was cool.
*/
#define __NO_VERSION__
#include "comedidev.h"
#include "comedi_internal.h"
#include <linux/proc_fs.h>