[PATCH] include/linux/sched.h: no need to guard the normalize_rt_tasks() prototype

There's no need to guard the normalize_rt_tasks() prototype with an #ifdef
CONFIG_MAGIC_SYSRQ.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Adrian Bunk and committed by
Linus Torvalds
4c29c4c5 d974837a

-4
-4
include/linux/sched.h
··· 1390 1390 extern long sched_setaffinity(pid_t pid, cpumask_t new_mask); 1391 1391 extern long sched_getaffinity(pid_t pid, cpumask_t *mask); 1392 1392 1393 - #ifdef CONFIG_MAGIC_SYSRQ 1394 - 1395 1393 extern void normalize_rt_tasks(void); 1396 - 1397 - #endif 1398 1394 1399 1395 #ifdef CONFIG_PM 1400 1396 /*