Commit 1be287f9 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: remove unnecessary '#define _GNU_SOURCE'

This define is not needed.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c9f3bc59
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment