sched/deadline: Make the grub_reclaim() function static
authorMathieu Malaterre <[email protected]>
Wed, 16 May 2018 20:09:02 +0000 (22:09 +0200)
committerIngo Molnar <[email protected]>
Fri, 18 May 2018 07:05:22 +0000 (09:05 +0200)
commit3febfc8a219a036633b57a34c6678e21b6a0580d
tree0b4492b6a2e51ab037c9731fb81fcd2e87b601f3
parentf6a3463063f42d9fb2c78f386437a822e0ad1792
sched/deadline: Make the grub_reclaim() function static

Since the grub_reclaim() function can be made static, make it so.

Silences the following GCC warning (W=1):

  kernel/sched/deadline.c:1120:5: warning: no previous prototype for â€˜grub_reclaim’ [-Wmissing-prototypes]

Signed-off-by: Mathieu Malaterre <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
kernel/sched/deadline.c