[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081016.211411.221093995.davem@davemloft.net>
Date: Thu, 16 Oct 2008 21:14:11 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: mingo@...e.hu
CC: peterz@...radead.org, linux-kernel@...r.kernel.org
Subject: [PATCH]: Kill unused scheduler decl.
I noticed this while making investigations into the tbench
regressions. Please apply.
sched: Remove hrtick_resched() extern decl.
This function was removed by 31656519e132f6612584815f128c83976a9aaaef
("sched, x86: clean up hrtick implementation").
Signed-off-by: David S. Miller <davem@...emloft.net>
diff --git a/include/linux/sched.h b/include/linux/sched.h
index c226c7b..6eda6ad 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -287,7 +287,6 @@ extern void trap_init(void);
extern void account_process_tick(struct task_struct *task, int user);
extern void update_process_times(int user);
extern void scheduler_tick(void);
-extern void hrtick_resched(void);
extern void sched_show_task(struct task_struct *p);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists