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:
parent
1be287f9db
commit
1b6c710e2a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue