From 8201c3617899d5b4e2cc197d77e9c48a4f5b723f Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Fri, 1 Mar 2013 14:17:34 +0100 Subject: [PATCH] kernel-module-redpine: remove patch Integrated into redpine repository. https://jira.digi.com/browse/DEL-134 Signed-off-by: Javier Viguera --- ...-redpine-allow-to-build-with-gcc-4.7.patch | 33 ------------------- .../kernel-module-redpine_git.bb | 1 - 2 files changed, 34 deletions(-) delete mode 100644 meta-digi-arm/recipes-kernel/kernel-module-redpine/files/0001-redpine-allow-to-build-with-gcc-4.7.patch diff --git a/meta-digi-arm/recipes-kernel/kernel-module-redpine/files/0001-redpine-allow-to-build-with-gcc-4.7.patch b/meta-digi-arm/recipes-kernel/kernel-module-redpine/files/0001-redpine-allow-to-build-with-gcc-4.7.patch deleted file mode 100644 index 286b53ca4..000000000 --- a/meta-digi-arm/recipes-kernel/kernel-module-redpine/files/0001-redpine-allow-to-build-with-gcc-4.7.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 8bfb3f0123ef6519d70baaf9c8ac2ef3cf1b86ff Mon Sep 17 00:00:00 2001 -From: Alex Gonzalez -Date: Mon, 21 Jan 2013 17:07:18 +0100 -Subject: [PATCH] redpine: allow to build with gcc-4.7 - -Otherwise it fails with: - -error: inlining failed in call to always_inline 'ganges_bufferfull_acquire_lock': function body not available -error: inlining failed in call to always_inline 'ganges_bufferfull_release_lock': function body not available - -Signed-off-by: Javier Viguera -Signed-off-by: Alex Gonzalez ---- - RS.GENR.LNX.SD_NON_GPL/include/Linux/ganges_mgmt.h | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/RS.GENR.LNX.SD_NON_GPL/include/Linux/ganges_mgmt.h b/RS.GENR.LNX.SD_NON_GPL/include/Linux/ganges_mgmt.h -index 2eb31f5..aa789a7 100644 ---- a/RS.GENR.LNX.SD_NON_GPL/include/Linux/ganges_mgmt.h -+++ b/RS.GENR.LNX.SD_NON_GPL/include/Linux/ganges_mgmt.h -@@ -1093,10 +1093,10 @@ INT32 ganges_start_per_tx(PGANGES_CLIENT Adapter,UINT8 *ptr); - GANGES_STATUS ganges_do_continuous_send(PGANGES_CLIENT Adapter, UINT16 mode); - - VOID ganges_fsm_compute_snr(PGANGES_CLIENT Adapter,PScanConfirm scanConfirm,UINT8 mode); --inline VOID ganges_bufferfull_acquire_lock( -+VOID ganges_bufferfull_acquire_lock( - DWORD (*fptr)(PVOID sem,INT delay_msec), - PGANGES_CLIENT Adapter); --inline BOOLEAN -+BOOLEAN - ganges_bufferfull_release_lock - ( - BOOLEAN (*fptr)(PVOID sem), diff --git a/meta-digi-arm/recipes-kernel/kernel-module-redpine/kernel-module-redpine_git.bb b/meta-digi-arm/recipes-kernel/kernel-module-redpine/kernel-module-redpine_git.bb index e81e264da..3e3511b82 100644 --- a/meta-digi-arm/recipes-kernel/kernel-module-redpine/kernel-module-redpine_git.bb +++ b/meta-digi-arm/recipes-kernel/kernel-module-redpine/kernel-module-redpine_git.bb @@ -8,7 +8,6 @@ PR = "r0" SRCREV = "${AUTOREV}" SRC_URI = "${DIGI_LOG_GIT}linux-modules/redpine.git;protocol=git;branch=refs/heads/master \ - file://0001-redpine-allow-to-build-with-gcc-4.7.patch \ file://Makefile \ file://redpine"