diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-29 21:45:22 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-29 21:45:22 +0000 |
commit | aad08c65f22538011d5e376e1af6ecafd7d6a294 (patch) | |
tree | f1aa5bc23f7f548628ee2dd544f1299a1a24015d | |
parent | 95d5db38ebe4872f7659e603e4eee252a16f3635 (diff) |
dsplink: update patch for omap3 support
-rw-r--r-- | packages/dsplink/dsplink-1.51/prcs-fix-include.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/dsplink/dsplink-1.51/prcs-fix-include.patch b/packages/dsplink/dsplink-1.51/prcs-fix-include.patch index a71cea3904..6fa92cd50a 100644 --- a/packages/dsplink/dsplink-1.51/prcs-fix-include.patch +++ b/packages/dsplink/dsplink-1.51/prcs-fix-include.patch @@ -27,3 +27,23 @@ /* ----------------------------------- DSP/BIOS Link */ #include <dsplink.h> +--- /tmp/hal_intgen.c 2008-06-29 23:42:05.000000000 +0200 ++++ dsplink_1_51_00_08/dsplink/gpp/src/ldrv/HAL/OMAP/3530/hal_intgen.c 2008-06-29 23:42:18.000000000 +0200 +@@ -17,6 +17,7 @@ + + + /* ----------------------------------- OS headers */ ++#include <linux/autoconf.h> + #include <asm/io.h> + + /* ----------------------------------- DSP/BIOS Link */ +--- /tmp/hal_prcm.c 2008-06-29 23:42:05.000000000 +0200 ++++ dsplink_1_51_00_08/dsplink/gpp/src/ldrv/HAL/OMAP/3530/hal_prcm.c 2008-06-29 23:43:10.000000000 +0200 +@@ -18,6 +18,7 @@ + + + /* ----------------------------------- OS headers */ ++#include <linux/autoconf.h> + #include <asm/io.h> + + /* ----------------------------------- DSP/BIOS Link */ |