diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-03 13:55:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-03 13:55:59 +0000 |
commit | ce3b7d15c9ded3512c1558371bf0f087ba352433 (patch) | |
tree | ba92b3c838f5a823181b4745eeb0151433da8349 /packages/dsplink/dsplink-1.51/prcs-fix-include.patch | |
parent | 8b87ea1864999c63968dd5e7891409e460923945 (diff) |
dsplink: add -include linux/autoconf.h to the kernel cflags, obsoleting patches adding #includes for that
Diffstat (limited to 'packages/dsplink/dsplink-1.51/prcs-fix-include.patch')
-rw-r--r-- | packages/dsplink/dsplink-1.51/prcs-fix-include.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/dsplink/dsplink-1.51/prcs-fix-include.patch b/packages/dsplink/dsplink-1.51/prcs-fix-include.patch index 6fa92cd50a..a71cea3904 100644 --- a/packages/dsplink/dsplink-1.51/prcs-fix-include.patch +++ b/packages/dsplink/dsplink-1.51/prcs-fix-include.patch @@ -27,23 +27,3 @@ /* ----------------------------------- 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 */ |