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:
parent
c9f3bc59c0
commit
1be287f9db
2 changed files with 0 additions and 3 deletions
|
@ -21,8 +21,6 @@
|
|||
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#define __NO_VERSION__
|
||||
#include <linux/device.h>
|
||||
#include <linux/module.h>
|
||||
|
|
|
@ -48,7 +48,6 @@ except maybe the 6514.
|
|||
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#define DEBUG 1
|
||||
#define DEBUG_FLAGS
|
||||
#include <linux/interrupt.h>
|
||||
|
|
Loading…
Reference in a new issue