From 5c3867cc94d45ed34667ee01098228656027e277 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 29 May 2011 10:34:43 +0200 Subject: [PATCH] ogg_pre_select(): Remove __a_unused. The scheduler task struct _is_ used in this function. --- oggdec_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2