From: Andre Noll <maan@systemlinux.org>
Date: Sun, 29 May 2011 08:34:43 +0000 (+0200)
Subject: ogg_pre_select(): Remove __a_unused.
X-Git-Tag: v0.4.8~3^2~1
X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=5c3867cc94d45ed34667ee01098228656027e277;p=paraslash.git

ogg_pre_select(): Remove __a_unused.

The scheduler task struct _is_ used in this function.
---

diff --git a/oggdec_filter.c b/oggdec_filter.c
index 6f416182..0fa56f11 100644
--- a/oggdec_filter.c
+++ b/oggdec_filter.c
@@ -177,7 +177,7 @@ out:
 	return ret;
 }
 
-static void ogg_pre_select(__a_unused struct sched *s, struct task *t)
+static void ogg_pre_select(struct sched *s, struct task *t)
 {
 	struct filter_node *fn = container_of(t, struct filter_node, task);
 	int ret;