]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitdbc1cae7f9e2ccb7241211e51ba21b1b1d2daaf4
treeb6a378836cf863f81b1f5a32a2e747c38524af4e
parent1a019d6886c8ee411f2ae98525cfb19b5a40c155
[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