]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - lib/Makefile
lib/proportions: Remove unused code
authorRichard Cochran <rcochran@linutronix.de>
Thu, 31 Mar 2016 13:51:32 +0000 (15:51 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 1 Apr 2016 06:53:49 +0000 (08:53 +0200)
commitd18d12d0ff07c47fb913f297c174f30a3f96042d
tree81925aaf15053938a44719086faec4d2ee34091a
parent1e6d88ccf41c7ef2d6c99aa5e7fb9215aa0e5423
lib/proportions: Remove unused code

By accident I stumbled across code that is no longer used.  According
to git grep, the global functions in lib/proportions.c are not used
anywhere.  This patch removes the old, unused code.

Peter Zijlstra further commented:

 "Ah indeed, that got replaced with the flex proportion code a while back."

Signed-off-by: Richard Cochran <rcochran@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/4265b49bed713fbe3faaf8c05da0e1792f09c0b3.1459432020.git.rcochran@linutronix.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/proportions.h [deleted file]
include/linux/sched.h
lib/Makefile
lib/proportions.c [deleted file]