summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2017-02-26 18:41:23 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-02-26 18:41:23 +0000
commitbbeee423ddd4401fa7b3d40acf4f6c3b0f0e4387 (patch)
tree4f7fb3942198a6527aeaadd25e8227833958ed71
parent45561f413a1db555ca83a922325d6808ac1d116f (diff)
parent0ad48d84148c480d05dcd471bad0068d879df049 (diff)
downloadextras-bbeee423ddd4401fa7b3d40acf4f6c3b0f0e4387.tar.gz
Merge "Remove references to kernel macros." am: 0e82c84aba am: 1016972e58
am: 0ad48d8414 Change-Id: I6b3ee5e430ef20713325025bc50b10f5b67f6208
-rw-r--r--tests/audio/alsa/pcmtest.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/audio/alsa/pcmtest.cpp b/tests/audio/alsa/pcmtest.cpp
index 7233e104..090334e1 100644
--- a/tests/audio/alsa/pcmtest.cpp
+++ b/tests/audio/alsa/pcmtest.cpp
@@ -23,9 +23,6 @@
#include <stdlib.h>
#include <gtest/gtest.h>
#include <linux/ioctl.h>
-#define __force
-#define __bitwise
-#define __user
#include <sound/asound.h>
#include <sys/types.h>
#include <tinyalsa/asoundlib.h>