cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_len
authorPaul Jackson <pj@sgi.com>
Mon, 12 May 2008 21:02:29 +0000 (14:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 May 2008 15:02:25 +0000 (08:02 -0700)
commitf4ed0deae8983591264d0e194e168ef65f4775f5
tree6d25ff09060a69530b1ba0711d20e978edfda92e
parent53c78dd1718b99dc365ff8a2244d7d4504b070a5
cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_len

They aren't used.  They were briefly used as part of some other patches to
provide an alternative format for displaying some /proc and /sys cpumasks.
They probably should have been removed when those other patches were dropped,
in favor of a different solution.

Signed-off-by: Paul Jackson <pj@sgi.com>
Cc: "Mike Travis" <travis@sgi.com>
Cc: "Bert Wesarg" <bert.wesarg@googlemail.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/bitmap.h
include/linux/cpumask.h
lib/bitmap.c