aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2016-03-15 15:50:51 +0100
committerTakashi Iwai <tiwai@suse.de>2016-03-15 16:02:44 +0100
commit404b2e2456d18b0d0573d61e9a921be742bb9216 (patch)
tree48f5e683ac112a681f6bce07c436cb2aeb1d31bc
parent30ff3a8420d0625db1434ae83583284087402120 (diff)
downloadhda-emu-404b2e2456d18b0d0573d61e9a921be742bb9216.tar.gz
Add a dummy wmb() wrapper
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--include/wrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wrapper.h b/include/wrapper.h
index 726e13a..6fa6753 100644
--- a/include/wrapper.h
+++ b/include/wrapper.h
@@ -336,5 +336,6 @@ module_exit(__driver##_exit);
#define __printf(a, b) __attribute__((format(printf, a, b)))
#define cpu_relax()
+#define wmb()
#endif /* __HDA_WRAPPER_H */