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

View File

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

View File

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