diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-09-05 14:36:06 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-09-08 17:04:18 +0200 |
commit | 16ea5eec38c062429dd847a679fc1e6db007d7f8 (patch) | |
tree | 69e869b652ea5cac8226eb26391ff536d8b4b684 /tests/pm_rc6_residency.c | |
parent | 00215dd5b78cfe05838b8e39e092480f80ed6deb (diff) |
build: remove _GNU_SOURCE from source files
We are, the build system takes care of that.
Reviewed-by: Eric Anholt <eric@anholt.net>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Acked-by: Petri Latvala <petri.latvala@intel.com>
Acked-by: Daniel Stone <daniels@collabora.com>
Acked-by: Radoslaw Szwichtenberg <radoslaw.szwichtenberg@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/pm_rc6_residency.c')
-rw-r--r-- | tests/pm_rc6_residency.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/pm_rc6_residency.c b/tests/pm_rc6_residency.c index bdb9747a..7c87302d 100644 --- a/tests/pm_rc6_residency.c +++ b/tests/pm_rc6_residency.c @@ -25,7 +25,6 @@ * */ -#define _GNU_SOURCE #include "igt.h" #include "igt_sysfs.h" #include <stdio.h> |