diff options
Diffstat (limited to 'meta/recipes-multimedia/alsa/alsa-tools')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-tools/mips_has_no_io_h.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-tools/mips_has_no_io_h.patch b/meta/recipes-multimedia/alsa/alsa-tools/mips_has_no_io_h.patch deleted file mode 100644 index 09b10f17e6..0000000000 --- a/meta/recipes-multimedia/alsa/alsa-tools/mips_has_no_io_h.patch +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | Upstream-Status: Pending | ||
2 | Signed-off-by: Saul Wold <sgw@linux.intel.com> | ||
3 | |||
4 | Index: alsa-tools-1.0.26.1/hda-verb/hda-verb.c | ||
5 | =================================================================== | ||
6 | --- alsa-tools-1.0.26.1.orig/hda-verb/hda-verb.c | ||
7 | +++ alsa-tools-1.0.26.1/hda-verb/hda-verb.c | ||
8 | @@ -13,7 +13,7 @@ | ||
9 | #include <ctype.h> | ||
10 | #include <unistd.h> | ||
11 | #include <sys/ioctl.h> | ||
12 | -#ifndef __PPC__ | ||
13 | +#if !(__PPC__ || __mips__) | ||
14 | #include <sys/io.h> | ||
15 | #endif | ||
16 | #include <sys/types.h> | ||