Browse Source

staging: comedi: remove unnecessary '#define _GNU_SOURCE'

This define is not needed.

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>
H Hartley Sweeten 12 years ago
parent
commit
1be287f9db
2 changed files with 0 additions and 3 deletions
  1. 0 2
      drivers/staging/comedi/drivers.c
  2. 0 1
      drivers/staging/comedi/drivers/ni_65xx.c

+ 0 - 2
drivers/staging/comedi/drivers.c

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

+ 0 - 1
drivers/staging/comedi/drivers/ni_65xx.c

@@ -48,7 +48,6 @@ except maybe the 6514.
 
  */
 
-#define _GNU_SOURCE
 #define DEBUG 1
 #define DEBUG_FLAGS
 #include <linux/interrupt.h>