[PATCH] lib/sort.c: small cleanups
authorAdrian Bunk <bunk@stusta.de>
Sat, 10 Sep 2005 07:26:59 +0000 (00:26 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 10 Sep 2005 17:06:31 +0000 (10:06 -0700)
commitecec4cb7a9df5f61fe00710d2f2c69ce9a3b1d40
treeb6a378836cf863f81b1f5a32a2e747c38524af4e
parent207f36eec9e7b1077d7a0aaadb4800e2c9b4cfa4
[PATCH] lib/sort.c: small cleanups

This patch contains the following small cleanups:
- make two needlessly global functions static
- every file should #include the header files containing the prototypes
  of it's global functions

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