aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2018-06-13 11:47:22 +0200
committerTakashi Iwai <tiwai@suse.de>2018-06-13 11:47:22 +0200
commitde13baf2aed105ca83c4b5c393ed557964e3085c (patch)
tree772b6b125b0db6bb53206488596aadafd5c78a44
parentac8d6166144d80ffc639dcdb7d08fe558a0c2abe (diff)
downloadhda-emu-de13baf2aed105ca83c4b5c393ed557964e3085c.tar.gz
Add a dummy <linux/types.h>
Just do nothing, only for avoiding the compile error. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--include/linux/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/types.h b/include/linux/types.h
new file mode 100644
index 0000000..2997587
--- /dev/null
+++ b/include/linux/types.h
@@ -0,0 +1 @@
+/* dummy */