From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../0004-export-swait-locked-functions.patch | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 bsp/meta-freescale/recipes-kernel/linux/linux-fslc-imx-rt/0004-export-swait-locked-functions.patch (limited to 'bsp/meta-freescale/recipes-kernel/linux/linux-fslc-imx-rt/0004-export-swait-locked-functions.patch') diff --git a/bsp/meta-freescale/recipes-kernel/linux/linux-fslc-imx-rt/0004-export-swait-locked-functions.patch b/bsp/meta-freescale/recipes-kernel/linux/linux-fslc-imx-rt/0004-export-swait-locked-functions.patch deleted file mode 100644 index 1a616aa3..00000000 --- a/bsp/meta-freescale/recipes-kernel/linux/linux-fslc-imx-rt/0004-export-swait-locked-functions.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 2460dd985b0cf477f74396de92d1bc5df496abdc Mon Sep 17 00:00:00 2001 -From: Julio Cruz -Date: Wed, 20 Jan 2016 19:26:44 +0800 -Subject: [PATCH] Export symbols for iMX-GPU-VIV module - ---- - kernel/sched/wait-simple.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/kernel/sched/wait-simple.c b/kernel/sched/wait-simple.c -index 7dfa86d..a3776ee 100644 ---- a/kernel/sched/wait-simple.c -+++ b/kernel/sched/wait-simple.c -@@ -40,6 +40,7 @@ void swait_prepare_locked(struct swait_head *head, struct swaiter *w) - if (list_empty(&w->node)) - __swait_enqueue(head, w); - } -+EXPORT_SYMBOL(swait_prepare_locked); - - void swait_prepare(struct swait_head *head, struct swaiter *w, int state) - { -@@ -58,6 +59,7 @@ void swait_finish_locked(struct swait_head *head, struct swaiter *w) - if (w->task) - __swait_dequeue(w); - } -+EXPORT_SYMBOL(swait_finish_locked); - - void swait_finish(struct swait_head *head, struct swaiter *w) - { --- -2.1.0 -- cgit 1.2.3-korg